add filesystem modules to the initrd

master
Harald Hoyer 2009-03-24 11:28:25 +01:00
parent 48677b2a8f
commit 9d5fc7b46e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# 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
while read d mp t rest; do