diff --git a/tools/chrootmake.sh b/tools/chrootmake.sh index 8b4441011..783d67050 100755 --- a/tools/chrootmake.sh +++ b/tools/chrootmake.sh @@ -6,7 +6,7 @@ su bin -c 'make world install' || exit 1 cd tools || exit 1 rm revision rm /boot/image/* -make hdboot || exit 1 +make install || exit 1 cp ../boot/boot /boot/boot || exit 1 make clean make image_small || exit 1