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