[arch-projects] [INITSCRIPTS][PATCH] mount_all should also mount sysfs
22 Jul
2012
22 Jul
'12
6:45 p.m.
Signed-off-by: Sébastien Luttringer <seblu@seblu.net> --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index b231eca..4621f49 100644 --- a/functions +++ b/functions @@ -610,7 +610,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() { -- Sebastien "Seblu" Luttringer
4503
Age (days ago)
4503
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sébastien Luttringer