summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2007-11-30 12:39:52 -0600
committerDavid Lehman <dlehman@redhat.com>2007-11-30 12:39:52 -0600
commit3dcefe9d4e64a7fb60637f5d78a4db8077634c36 (patch)
tree3c0b44ad32cd3f12d2a64873442957945aea8178 /scripts
parentf5657791a009f008b60aa76fd2c12b61c237f1ff (diff)
downloadanaconda-3dcefe9d4e64a7fb60637f5d78a4db8077634c36.tar.gz
anaconda-3dcefe9d4e64a7fb60637f5d78a4db8077634c36.tar.xz
anaconda-3dcefe9d4e64a7fb60637f5d78a4db8077634c36.zip
Actually include crypto mods in the initrd, not the non-existent SECSTAGE.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 96c952806..b0c6b185a 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -49,7 +49,7 @@ RAIDMODS="md raid0 raid1 raid5 raid6 raid456 raid10 linear"
CRYPTOMODS="sha256 cbc aes blkcipher"
SECSTAGE="$RAIDMODS $LVMMODS $FSMODS $IDEMODS $SCSIMODS $CRYPTOMODS"
PCMCIASOCKMODS="yenta_socket i82365 tcic pcmcia"
-INITRDMODS="$USBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $RAIDMODS $COMMONMODS $PCMCIASOCKMODS =scsi =net"
+INITRDMODS="$USBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $RAIDMODS $CRYPTOMODS $COMMONMODS $PCMCIASOCKMODS =scsi =net"
# Set, verify, and create paths
KERNELPATH=$1