summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.alpha
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-04 18:41:11 +0000
committerMatt Wilson <msw@redhat.com>2000-07-04 18:41:11 +0000
commit5e4a176401686a7337d7466f753eb4498c1bc191 (patch)
treed14d46fa00dfa080fb35c86144267f569778a637 /scripts/mk-images.alpha
parent8f10ab5981cb98203285895e832f494975e250eb (diff)
downloadanaconda-5e4a176401686a7337d7466f753eb4498c1bc191.tar.gz
anaconda-5e4a176401686a7337d7466f753eb4498c1bc191.tar.xz
anaconda-5e4a176401686a7337d7466f753eb4498c1bc191.zip
dac960 on alpha, fixed upgrades, work around sparc breakage?
Diffstat (limited to 'scripts/mk-images.alpha')
-rw-r--r--scripts/mk-images.alpha7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha
index 31ebf5c54..29d414e28 100644
--- a/scripts/mk-images.alpha
+++ b/scripts/mk-images.alpha
@@ -8,6 +8,7 @@ prepareBootImage() {
}
NETMODULES="3c59x de4x5 depca eepro100 ibmtr old_tulip tulip ne"
+SCSIMODULES="DAC960"
mkdir -p $TOPDESTPATH/boot
cp $BOOTDISKDIR/bootlx $TOPDESTPATH/boot
@@ -16,12 +17,12 @@ makeinitrd --initrdto $TOPDESTPATH/images/ramdisk.img \
--initrdsize 3000 \
--padsize 1440 \
--loaderbin loader \
- --modules "$NETMODULES vfat"
+ --modules "$NETMODULES $SCSIMODULES vfat"
makebootdisk --bootdisksize 1440 --kernelto $TOPDESTPATH/kernels/vmlinux.gz \
--imagename generic.img
makemainmodules "$SECSTAGE"
-makeinstimage --size1 3700 --size2 3600 "netstg" "$SECSTAGE"
-makeinstimage --size1 3700 --size2 3600 "hdstg" "$NETMODULES $SECSTAGE"
+makeinstimage --size1 3700 --size2 3600 "netstg" "$SECSTAGE $SCSIMODULES"
+makeinstimage --size1 3700 --size2 3600 "hdstg" "$SECSTAGE $NETMODULES"
makemainimage "stage2"