[rhel6-branch] Include drbg module in the initrd. (#1233088)

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Jun 19 12:13:10 UTC 2015


Apparently it is suddenly necessary that this module is present in
order for cryptsetup to work.

Resolves: rhbz#1233088
---
 scripts/mk-images | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mk-images b/scripts/mk-images
index f7b2c29..b565c65 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -109,7 +109,7 @@ SCSIMODS="sr_mod sg st sd_mod scsi_mod iscsi_tcp iscsi_ibft scsi_wait_scan cxgb3
 FSMODS="fat msdos vfat ext2 ext3 ext4 reiserfs jfs xfs gfs2 cifs fuse btrfs hfsplus xenfs"
 LVMMODS="dm-mod dm-zero dm-snapshot dm-mirror dm-multipath dm-round-robin dm-crypt dm-raid dm-raid45 dm-memcache dm-thin-pool"
 RAIDMODS="raid0 raid1 raid5 raid6 raid456 raid10 linear"
-CRYPTOMODS="sha256_generic cbc xts lrw aes_generic crypto_blkcipher crc32c ecb arc4"
+CRYPTOMODS="sha256_generic cbc xts lrw aes_generic crypto_blkcipher crc32c ecb arc4 drbg"
 PCMCIASOCKMODS="yenta_socket i82365 tcic pcmcia"
 INFINIBANDMODS="ib_qib mlx4_ib"
 VMPVMODS="vmxnet3 vmware_balloon vmw_pvsci"
-- 
1.9.3



More information about the anaconda-patches mailing list