diff options
Diffstat (limited to 'scripts/local')
-rw-r--r-- | scripts/local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/local b/scripts/local index cf9e331..99eea77 100644 --- a/scripts/local +++ b/scripts/local @@ -20,6 +20,8 @@ mountroot () roflag=-w fi + modprobe ${FSTYPE} + # Mount root mount ${roflag} -t ${FSTYPE} ${ROOT} ${rootmnt} |