From: Ben Gras Date: Mon, 3 Apr 2006 20:06:07 +0000 (+0000) Subject: Don't put 3 copies of the image on the boot floppy X-Git-Tag: v3.1.2a~74 X-Git-Url: http://zhaoyanbai.com/repos/rndc.html?a=commitdiff_plain;h=11a5f05cba125df1da49f69dc847580d4f1d2768;p=minix.git Don't put 3 copies of the image on the boot floppy --- diff --git a/tools/release.sh b/tools/release.sh index 6f3c94ab8..0943f4e07 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -344,12 +344,12 @@ umount $TMPDISK3 || exit (cd .. && make depend) make clean make image || exit 1 -cp image image_big +mv image image_big make clean make image_small || exit 1 dd if=$TMPDISK3 of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS # Prepare image and image_small for cdfdboot -cp image_big image +mv image_big image sh mkboot cdfdboot $TMPDISK3 cp $IMAGE $CDFILES/bootflop.img cp release/cd/* $CDFILES