Small image doesn't fit on boot floppy.

This commit is contained in:
Philip Homburg 2006-11-24 13:57:37 +00:00
parent 1030187965
commit 0438bca7aa

View file

@ -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