summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-20 03:16:59 +0000
committerMatt Wilson <msw@redhat.com>2000-06-20 03:16:59 +0000
commitcfbab98740b7b448979af9881bda960eb15bd7ee (patch)
tree5166c7f34d4596ea3e222a65dc586b816ed56c06 /scripts
parent5d61d8ecf13b459cdd29d59cc286070115f2ab27 (diff)
bump up sizes
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.alpha4
-rw-r--r--scripts/mk-images.sparc644
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha
index a37cc4285..b996caf0e 100644
--- a/scripts/mk-images.alpha
+++ b/scripts/mk-images.alpha
@@ -17,6 +17,6 @@ makebootdisk --bootdisksize 1440 --kernelto $TOPDESTPATH/kernels/vmlinux.gz \
--imagename generic.img
makemainmodules "$SECSTAGE"
-makeinstimage --size1 2660 --size2 2460 "netstg" "=scsi $SECSTAGE"
-makeinstimage --size1 2660 --size2 2460 "hdstg" "=net $SECSTAGE"
+makeinstimage --size1 3000 --size2 3000 "netstg" "=scsi $SECSTAGE"
+makeinstimage --size1 3000 --size2 3000 "hdstg" "=net $SECSTAGE"
makemainimage "stage2"
diff --git a/scripts/mk-images.sparc64 b/scripts/mk-images.sparc64
index 6d6825221..bb9fe5df3 100644
--- a/scripts/mk-images.sparc64
+++ b/scripts/mk-images.sparc64
@@ -86,6 +86,6 @@ makebootdisk --kernelto $TOPDESTPATH/boot/vmlinux64.gz \
makemainmodules "$SECSTAGE $NETMODULES $SCSIMODULES" modules64.cgz
-makeinstimage --size1 2660 --size2 2460 "netstg" "=scsi $SECSTAGE"
-makeinstimage --size1 2660 --size2 2460 "hdstg" "=net $SECSTAGE"
+makeinstimage --size1 3000 --size2 3000 "netstg" "$SCSIMOUDLES $SECSTAGE"
+makeinstimage --size1 3000 --size2 3000 "hdstg" "$NETMODULES $SECSTAGE"
makemainimage "stage2"