From 11a5f05cba125df1da49f69dc847580d4f1d2768 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 3 Apr 2006 20:06:07 +0000 Subject: [PATCH] Don't put 3 copies of the image on the boot floppy --- tools/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0