summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-12-12 10:59:02 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-12-12 10:59:02 -1000
commit69002e81712513efaf35214fd1bf10652afa886c (patch)
tree01128db4992ba55594fac44cf0b3bd090fcc72c5
parenta20069a8f08cefc8fac6e84db08a1c60454b9497 (diff)
downloadanaconda-69002e81712513efaf35214fd1bf10652afa886c.tar.gz
anaconda-69002e81712513efaf35214fd1bf10652afa886c.tar.xz
anaconda-69002e81712513efaf35214fd1bf10652afa886c.zip
Revert "Include the modules for isw raid in the installer (#475385)"
This reverts commit 49a4b0d7a8bc071865d6a8c9ce5fe96bfdb38fca. There are no acks set on this bug yet and we have to build a new anaconda for 5.3.
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index e6665e073..c7b000086 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -44,7 +44,7 @@ IDEMODS="ide-cd ide-cs"
SCSIMODS="sr_mod sg st sd_mod scsi_mod iscsi_tcp iscsi_ibft"
FSMODS="fat msdos vfat ext3 ext4dev reiserfs jfs xfs gfs2 lock_nolock"
LVMMODS="dm-mod dm-zero dm-snapshot dm-mirror dm-multipath dm-round-robin dm-emc dm-crypt"
-RAIDMODS="md raid0 raid1 raid5 raid6 raid456 dm-raid45 dm-mem-cache dm-region_hash dm-message"
+RAIDMODS="md raid0 raid1 raid5 raid6 raid456"
SECSTAGE="$RAIDMODS $LVMMODS $FSMODS $IDEMODS $SCSIMODS"
BTERMMODS="vga16fb"
CRYPTOMODS="sha256 aes_generic"