Move loading crypt kernel modules to the crypt module
authorVictor Lowther <victor.lowther@gmail.com>
Fri, 20 Mar 2009 08:36:21 +0000 (03:36 -0500)
committerVictor Lowther <victor.lowther@gmail.com>
Fri, 20 Mar 2009 08:36:21 +0000 (03:36 -0500)
modules.d/90crypt/install
modules.d/90kernel-modules/install

index 708d5a4..250139c 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
 inst cryptsetup
-instmods dm_crypt =crypto
+instmods dm_crypt cbc aes sha256
 inst_rules "$moddir/63-luks.rules"
 inst "$moddir/cryptroot.sh" "/bin/cryptroot.sh"
\ No newline at end of file
index 70d16e9..37062fb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # FIXME: hard-coded module list of doom.
-instmods ${modules:-=ata =block =drm dm-crypt aes sha256 cbc sd_mod}
+instmods ${modules:-=ata =block sd_mod}
 
 # Grab modules for all filesystem types we currently have mounted
 while read d mp t rest; do