Don't put 3 copies of the image on the boot floppy
This commit is contained in:
parent
261ae3b463
commit
11a5f05cba
1 changed files with 2 additions and 2 deletions
|
@ -344,12 +344,12 @@ umount $TMPDISK3 || exit
|
||||||
(cd .. && make depend)
|
(cd .. && make depend)
|
||||||
make clean
|
make clean
|
||||||
make image || exit 1
|
make image || exit 1
|
||||||
cp image image_big
|
mv image image_big
|
||||||
make clean
|
make clean
|
||||||
make image_small || exit 1
|
make image_small || exit 1
|
||||||
dd if=$TMPDISK3 of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
|
dd if=$TMPDISK3 of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
|
||||||
# Prepare image and image_small for cdfdboot
|
# Prepare image and image_small for cdfdboot
|
||||||
cp image_big image
|
mv image_big image
|
||||||
sh mkboot cdfdboot $TMPDISK3
|
sh mkboot cdfdboot $TMPDISK3
|
||||||
cp $IMAGE $CDFILES/bootflop.img
|
cp $IMAGE $CDFILES/bootflop.img
|
||||||
cp release/cd/* $CDFILES
|
cp release/cd/* $CDFILES
|
||||||
|
|
Loading…
Reference in a new issue