From 242606eda9013abb4589b72b5b20cab7983d9ec4 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 1 May 2006 09:38:02 +0000 Subject: [PATCH] image correction for bios cd --- tools/release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index d79064ea5..6a4018e86 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -47,8 +47,8 @@ disable=inet bios_wini=yes bios_remap_first=1 ramimagedev=c0d7p0s0 -bootbig(1, Regular MINIX 3) { image=/boot/image/image; boot } -bootsmall(2, Small MINIX 3 (<16MB)) {image=/boot/image/image_small; boot } +bootbig(1, Regular MINIX 3) { image=/boot/image_big; boot } +bootsmall(2, Small MINIX 3 (<16MB)) {image=/boot/image_small; boot } main() { trap 10000 boot ; menu; } save' | $RELEASEDIR/usr/bin/edparams $TMPDISK3 @@ -99,7 +99,7 @@ COPY=0 CVSTAG=HEAD PACKAGES=1 -while getopts "pchu?" c +while getopts "pchu?r:" c do case "$c" in \?) -- 2.44.0