add sd_mod to hardcode module list of doom
parent
8e7089689f
commit
0515a94129
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# FIXME: hard-coded module list of doom.
|
||||
instmods ${modules:-=ata =block =drm dm-crypt aes sha256 cbc}
|
||||
instmods ${modules:-=ata =block =drm dm-crypt aes sha256 cbc sd_mod}
|
||||
|
||||
# Grab modules for all filesystem types we currently have mounted
|
||||
while read d mp t rest; do
|
||||
|
|
Loading…
Reference in New Issue