aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 19159e6..c1f93f7 100644
--- a/functions
+++ b/functions
@@ -619,7 +619,7 @@ fsck_reboot() {
}
mount_all() {
- mount -a -t "nosysfs,no${NETFS//,/,no}" -O no_netdev
+ mount -a -t "no${NETFS//,/,no}" -O no_netdev
}
umount_all() {