From b56917558bf7a96d8627935db43638773c1c57d2 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 24 Mar 2006 13:48:14 +0000 Subject: [PATCH] Version builds --- tools/release.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 ;; -- 2.44.0