]> Zhao Yanbai Git Server - minix.git/commitdiff
Small image doesn't fit on boot floppy.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 24 Nov 2006 13:57:37 +0000 (13:57 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 24 Nov 2006 13:57:37 +0000 (13:57 +0000)
tools/mkboot

index b79ca02e83adfff2143126d6938fa27c162fb7db..24fabadc0f56e3a51ba8995fb391ee5b0819ad2b 100755 (executable)
@@ -183,7 +183,8 @@ cdfdboot)
        mkdir /mnt/boot
        mkdir /mnt/boot/image
        ( cd /mnt/dev && sh /usr/src/commands/scripts/MAKEDEV.sh std )
-       cp -p image image_* /mnt/boot/image || exit 1
+       #cp -p image image_* /mnt/boot/image || exit 1
+       cp -p image /mnt/boot/image || exit 1
        cp -p ../boot/boot /mnt/boot/boot || exit 1
        umount $dev || exit 1
        installboot -d $dev ../boot/bootblock boot/boot || exit 1