add filesystem modules to the initrd
parent
48677b2a8f
commit
9d5fc7b46e
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# FIXME: hard-coded module list of doom.
|
# FIXME: hard-coded module list of doom.
|
||||||
instmods ${modules:-=ata =block sd_mod}
|
instmods ${modules:-=ata =block sd_mod =fs}
|
||||||
|
|
||||||
# Grab modules for all filesystem types we currently have mounted
|
# Grab modules for all filesystem types we currently have mounted
|
||||||
while read d mp t rest; do
|
while read d mp t rest; do
|
||||||
|
|
Loading…
Reference in New Issue