Small image doesn't fit on boot floppy.
This commit is contained in:
parent
1030187965
commit
0438bca7aa
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue