summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ia64
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-21 20:05:19 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-21 20:05:19 +0000
commit83c81307f62578f321f756d977012ece891886b1 (patch)
tree60b48135d6f80967ca49f01c56e08f0cbcda3d5c /scripts/mk-images.ia64
parent75636579ce6630fb5bf6cdccfa8395d8fe100988 (diff)
downloadanaconda-83c81307f62578f321f756d977012ece891886b1.tar.gz
anaconda-83c81307f62578f321f756d977012ece891886b1.tar.xz
anaconda-83c81307f62578f321f756d977012ece891886b1.zip
add sd_mod, scsi_mod and sr_mod for ia64 since they're modular now
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r--scripts/mk-images.ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index aa7b104aa..f547cbbad 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -4,7 +4,7 @@ LATEUSBMODS="mousedev"
SECSTAGE="nfs fat vfat raid0 raid1 raid5 ext3 $LATEUSBMODS"
NETMODULES="3c59x acenic bcm5700 e100 e1000 eepro100 hamachi sk98lin starfire sunhme tulip yellowfin tg3"
-SCSIMODULES="DAC960 cciss cpqarray aic7xxx aic7xxx_mod megaraid qla1280 qla2200 qla2300 sym53c8xx sym53c8xx_2 mptscsih mptbase"
+SCSIMODULES="sd_mod sr_mod scsi_mod DAC960 cciss cpqarray aic7xxx aic7xxx_mod megaraid qla1280 qla2200 qla2300 sym53c8xx sym53c8xx_2 mptscsih mptbase"
IDEMODULES="ide-mod ide-probe-mod ide-disk ide-cd"
prepareBootImage() {