From: Ben Gras Date: Fri, 24 Mar 2006 13:48:14 +0000 (+0000) Subject: Version builds X-Git-Tag: v3.1.2a~160 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=b56917558bf7a96d8627935db43638773c1c57d2;p=minix.git Version builds --- diff --git a/tools/release.sh b/tools/release.sh index 982cda6d8..81c92522d 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -81,7 +81,13 @@ CDFILES=/usr/tmp/cdreleasefiles sh tell_config OS_RELEASE . OS_VERSION >/tmp/rel.$$ version_pretty=`sed 's/[" ]//g;/^$/d' $subfn +IMG_BASE=minix${version}_ide_build$sub BS=4096 HDEMU=0 @@ -97,7 +103,7 @@ do ;; h) echo " * Making HD image" - IMG_BASE=${IMG_BASE}_bios + IMG_BASE=minix${version}_bios_build$sub HDEMU=1 ;; c) @@ -109,7 +115,7 @@ do ;; u) echo " * Making live USB-stick image" - IMG_BASE=${IMG_BASE}_USB + IMG_BASE=minix${version}_usb_build$sub HDEMU=1 USB=1 ;;