Make sure the sha256 module makes it into the initramfs (bug #405495)

cleanup-cruft
Sebastian Pipping 13 years ago
parent 7879a0c74c
commit 1159b4c2f6

@ -5,6 +5,11 @@
# Distributed under the GPL v2
# $Id$
25 Feb 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
arch/x86_64/modules_load, defaults/modules_load:
Make sure the sha256 module makes it into the initramfs (bug #405495).
Reported by Ogelpre.
24 Jan 2012; Sebastian Pipping <sping@gentoo.org> .gitignore, genkernel:
Bump version to 3.4.24

@ -27,3 +27,5 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
# Filesystems
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs fuse"
# Crypto
MODULES_CRYPTO="sha256_generic"

@ -25,3 +25,6 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
# Filesystems
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs fuse"
# Crypto
MODULES_CRYPTO="sha256_generic"

@ -26,3 +26,5 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
# Filesystems
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs fuse"
# Crypto
MODULES_CRYPTO="sha256_generic"

Loading…
Cancel
Save