[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Include all kernel crypto modules (#703782)
- From: David Cantrell <dcantrell redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Include all kernel crypto modules (#703782)
- Date: Tue, 21 Jun 2011 15:04:53 -0400
On 06/21/2011 02:22 PM, Chris Lumens wrote:
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.
Looks okay. How are we for doing this on master? Necessary? Not?
For master, lorax is handling the the module pack up. But I think it's
doing what mk-images last did in master, which is this list:
CRYPTOMODS="sha256_generic cbc xts lrw aes_generic crypto_blkcipher
crc32c ecb arc4"
This is also the same as RHEL-6, so I'm going to say that we don't need
to change this for now.
--
David Cantrell <dcantrell redhat com>
Supervisor, Installer Engineering Team
Red Hat, Inc. | Westford, MA | EST5EDT
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]