diff options
author | Chris Lumens <clumens@redhat.com> | 2008-09-08 14:11:26 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-09-08 14:11:26 -0400 |
commit | 7979a016590d0678023354230d24eeb25dc45013 (patch) | |
tree | 8b25d5d6b0688861e81097fe746d120b054c301d /scripts/mk-images | |
parent | 1342aa6ea77ecd784c77544bd1f5f1cf0dc6e008 (diff) | |
download | anaconda-7979a016590d0678023354230d24eeb25dc45013.tar.gz anaconda-7979a016590d0678023354230d24eeb25dc45013.tar.xz anaconda-7979a016590d0678023354230d24eeb25dc45013.zip |
Add more kernel crypto modules (#443545).
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 26b69cb4d..de8a05804 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -114,7 +114,7 @@ SCSIMODS="sr_mod sg st sd_mod scsi_mod iscsi_tcp" FSMODS="fat msdos vfat ext2 ext3 ext4dev reiserfs jfs xfs gfs2 lock_nolock cifs" LVMMODS="dm-mod dm-zero dm-snapshot dm-mirror dm-multipath dm-round-robin dm-emc dm-crypt" RAIDMODS="raid0 raid1 raid5 raid6 raid456 raid10 linear" -CRYPTOMODS="sha256_generic cbc xts lrw aes_generic crypto_blkcipher crc32c" +CRYPTOMODS="sha256_generic cbc xts lrw aes_generic crypto_blkcipher crc32c ecb arc4" PCMCIASOCKMODS="yenta_socket i82365 tcic pcmcia" DRMMODS="drm i810 i830 i915 mga nouveau r128 radeon savage sis tdfx via" INITRDMODS="$USBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $RAIDMODS $CRYPTOMODS $COMMONMODS $PCMCIASOCKMODS $DRMMODS =scsi =net" |