summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.alpha
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-20 03:19:36 +0000
committerMatt Wilson <msw@redhat.com>2000-06-20 03:19:36 +0000
commit4c82ed59a8c872eed09e8fb1419c99f8cbfd296c (patch)
treeae6c6f1e0e6b679400055f1439cd372991cfa76c /scripts/mk-images.alpha
parentcfbab98740b7b448979af9881bda960eb15bd7ee (diff)
downloadanaconda-4c82ed59a8c872eed09e8fb1419c99f8cbfd296c.tar.gz
anaconda-4c82ed59a8c872eed09e8fb1419c99f8cbfd296c.tar.xz
anaconda-4c82ed59a8c872eed09e8fb1419c99f8cbfd296c.zip
bump up sizes
Diffstat (limited to 'scripts/mk-images.alpha')
-rw-r--r--scripts/mk-images.alpha8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha
index b996caf0e..079c243e5 100644
--- a/scripts/mk-images.alpha
+++ b/scripts/mk-images.alpha
@@ -7,16 +7,18 @@ prepareBootImage() {
zcat $KERNELROOT/boot/vmlinuz-* | gzip -9 > $MBD_BOOTTREE/vmlinux.gz
}
+NETMODULES="3c59x de4x5 depca eepro100 ibmtr old_tulip tulip ne"
+
makeinitrd --initrdto $TOPDESTPATH/images/ramdisk.img \
--initrdsize 2000 \
--padsize 1440 \
--loaderbin loader \
- --modules "3c59x de4x5 depca eepro100 ibmtr old_tulip tulip ne vfat"
+ --modules "$NETMODULES vfat"
makebootdisk --bootdisksize 1440 --kernelto $TOPDESTPATH/kernels/vmlinux.gz \
--imagename generic.img
makemainmodules "$SECSTAGE"
-makeinstimage --size1 3000 --size2 3000 "netstg" "=scsi $SECSTAGE"
-makeinstimage --size1 3000 --size2 3000 "hdstg" "=net $SECSTAGE"
+makeinstimage --size1 3000 --size2 3000 "netstg" "$SECSTAGE"
+makeinstimage --size1 3000 --size2 3000 "hdstg" "$NETMODULES $SECSTAGE"
makemainimage "stage2"