]> Zhao Yanbai Git Server - minix.git/commitdiff
Don't put 3 copies of the image on the boot floppy
authorBen Gras <ben@minix3.org>
Mon, 3 Apr 2006 20:06:07 +0000 (20:06 +0000)
committerBen Gras <ben@minix3.org>
Mon, 3 Apr 2006 20:06:07 +0000 (20:06 +0000)
tools/release.sh

index 6f3c94ab83438e3cba30f6d186dc1e067d3f65d3..0943f4e07380052400d8a1a21e421ce0f5ce16e0 100755 (executable)
@@ -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