From 32a4ffb9c0af3535a9b2801939f3ce89f99919ba Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 17 Feb 2006 12:34:18 +0000 Subject: [PATCH] Make more --- tools/chrootmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0