aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 71b49e3..ec043b6 100644
--- a/functions
+++ b/functions
@@ -417,7 +417,7 @@ fsck_reboot() {
mount_all() {
stat_busy "Mounting Local Filesystems"
run_hook sysinit_premount
- mount -a -t $NETFS -O no_netdev
+ mount -a -t "$NETFS" -O no_netdev
run_hook sysinit_postmount
stat_done
}