diff options
author | Sébastien Luttringer <seblu@seblu.net> | 2012-07-22 20:45:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-07-23 17:11:53 +0200 |
commit | c82d8bc881397bdde91081d2788e95a78e209d57 (patch) | |
tree | 5e53eafd6ccd449df71825345b44bca7de9569d5 /functions | |
parent | bc448a745361002e93ba1380fae19c37b022e072 (diff) |
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>
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |