From 3a05de3763a07a73a5ef9f5be02610e7e956abd3 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Wed, 15 Feb 2006 11:06:32 +0000 Subject: [PATCH] image_small doesn't fit anymore. What do we do with that? --- tools/chrootmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/chrootmake.sh b/tools/chrootmake.sh index 4afb9ba51..8b4441011 100755 --- a/tools/chrootmake.sh +++ b/tools/chrootmake.sh @@ -10,7 +10,7 @@ make hdboot || exit 1 cp ../boot/boot /boot/boot || exit 1 make clean make image_small || exit 1 -cp image_small /boot || exit 1 +#cp image_small /boot || exit 1 cd /usr/src || exit 1 make clean # Let man find the manpages -- 2.44.0