[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Include all kernel crypto modules (#703782)
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH] Include all kernel crypto modules (#703782)
- Date: Tue, 21 Jun 2011 13:21:40 -0400
Brute force the module list and just include everything in the kernel
module crypto/ subdirectory. I have no idea which ones are needed at
any given point in time and we periodically hit problems where the
kernel is expecting to find a module and we don't have it.
This list was compiled by unpacking kernel-2.6.18-262.el5.ppc64.rpm and
running:
for f in *.ko ; do echo "$(basename $f .ko) ; done | sort | uniq
In the lib/modules/2.6.18-262.el5/kernel/crypto subdirectory.
---
scripts/mk-images | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/mk-images b/scripts/mk-images
index 3f10587..003d719 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -47,7 +47,7 @@ LVMMODS="dm-mod dm-zero dm-snapshot dm-mirror dm-multipath dm-round-robin dm-emc
RAIDMODS="md raid0 raid1 raid10 raid5 raid6 raid456 dm-raid45 dm-mem-cache dm-region_hash dm-message"
SECSTAGE="$RAIDMODS $LVMMODS $FSMODS $IDEMODS $SCSIMODS"
BTERMMODS="vga16fb"
-CRYPTOMODS="sha256 xts aes_generic"
+CRYPTOMODS="aead aes_generic ansi_cprng anubis arc4 authenc blowfish cast5 cast6 cbc ccm chainiv crypto_algapi crypto_api crypto_blkcipher crypto_hash crypto_null cryptomgr ctr deflate des ecb eseqiv gf128mul hmac khazad krng md4 md5 michael_mic rng seqiv serpent sha256 sha512 tcrypt tea testmgr testmgr_cipher tgr192 twofish wp512 xcbc xts"
PCMCIASOCKMODS="yenta_socket i82365 tcic pcmcia"
INFINIBANDMODS="ib_ipoib"
INITRDMODS="$USBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $RAIDMODS $CRYPTOMODS $BTERMMODS $COMMONMODS $PCMCIASOCKMODS $INFINIBANDMODS =scsi =net"
--
1.7.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]