summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.alpha
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-04 03:04:27 +0000
committerMatt Wilson <msw@redhat.com>2000-07-04 03:04:27 +0000
commit37f957edf5e21cb90caf77cf87c223461d1e118c (patch)
tree4c2e5550ee993dd6d89586271ca7ce4742aabb73 /scripts/mk-images.alpha
parent76e27eadd0837f271d212858ca426bc2d88bbcc6 (diff)
downloadanaconda-37f957edf5e21cb90caf77cf87c223461d1e118c.tar.gz
anaconda-37f957edf5e21cb90caf77cf87c223461d1e118c.tar.xz
anaconda-37f957edf5e21cb90caf77cf87c223461d1e118c.zip
bigger
Diffstat (limited to 'scripts/mk-images.alpha')
-rw-r--r--scripts/mk-images.alpha6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha
index f6af996d8..18c20ae14 100644
--- a/scripts/mk-images.alpha
+++ b/scripts/mk-images.alpha
@@ -10,7 +10,7 @@ prepareBootImage() {
NETMODULES="3c59x de4x5 depca eepro100 ibmtr old_tulip tulip ne"
makeinitrd --initrdto $TOPDESTPATH/images/ramdisk.img \
- --initrdsize 2000 \
+ --initrdsize 3000 \
--padsize 1440 \
--loaderbin loader \
--modules "$NETMODULES vfat"
@@ -19,6 +19,6 @@ makebootdisk --bootdisksize 1440 --kernelto $TOPDESTPATH/kernels/vmlinux.gz \
--imagename generic.img
makemainmodules "$SECSTAGE"
-makeinstimage --size1 3600 --size2 3600 "netstg" "$SECSTAGE"
-makeinstimage --size1 3600 --size2 3600 "hdstg" "$NETMODULES $SECSTAGE"
+makeinstimage --size1 3700 --size2 3600 "netstg" "$SECSTAGE"
+makeinstimage --size1 3700 --size2 3600 "hdstg" "$NETMODULES $SECSTAGE"
makemainimage "stage2"