From c82d8bc881397bdde91081d2788e95a78e209d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sun, 22 Jul 2012 20:45:22 +0200 Subject: mount_all should also mount sysfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Luttringer [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 --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3