diff options
Diffstat (limited to 'hooks/filesystems')
-rw-r--r-- | hooks/filesystems | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/filesystems b/hooks/filesystems index 4fe655c..55d6725 100644 --- a/hooks/filesystems +++ b/hooks/filesystems @@ -22,5 +22,6 @@ run_hook () fi fi msg " ${FSTYPE}" + kinit_params="${kinit_params} rootfstype=${FSTYPE}" /bin/modprobe -q "${FSTYPE}" >/dev/null 2>&1 } |