summaryrefslogtreecommitdiffstats
path: root/hooks/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/filesystems')
-rw-r--r--hooks/filesystems2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/filesystems b/hooks/filesystems
index a7c9916..ba29443 100644
--- a/hooks/filesystems
+++ b/hooks/filesystems
@@ -41,6 +41,6 @@ run_hook ()
echo "ERROR: root fs cannot be detected. Try using the rootfstype= kernel parameter."
else
kinit_params="${kinit_params} rootfstype=${FSTYPE}"
- /bin/modprobe -q "${FSTYPE}" >/dev/null 2>&1
+ /sbin/modprobe -q "${FSTYPE}" >/dev/null 2>&1
fi
}