aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Luttringer <seblu@seblu.net>2012-07-22 20:45:22 +0200
committerTom Gundersen <teg@jklm.no>2012-07-23 17:11:53 +0200
commitc82d8bc881397bdde91081d2788e95a78e209d57 (patch)
tree5e53eafd6ccd449df71825345b44bca7de9569d5
parentbc448a745361002e93ba1380fae19c37b022e072 (diff)
downloadinitscripts-c82d8bc881397bdde91081d2788e95a78e209d57.tar.xz
mount_all should also mount sysfs
Signed-off-by: Sébastien Luttringer <seblu@seblu.net> [tomegun: or rather, we should not have a special-case to avoid it. mounting sysfs here is still almost certainly the wrong thing to do] Signed-off-by: Tom Gundersen <teg@jklm.no>
-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() {