From: Philip Homburg Date: Wed, 15 Feb 2006 11:06:32 +0000 (+0000) Subject: image_small doesn't fit anymore. What do we do with that? X-Git-Tag: v3.1.2a~361 X-Git-Url: http://zhaoyanbai.com/repos/named.html?a=commitdiff_plain;h=3a05de3763a07a73a5ef9f5be02610e7e956abd3;p=minix.git image_small doesn't fit anymore. What do we do with that? --- 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