[arch-projects] [INITSCRIPTS][PATCH] mount_all should also mount sysfs

Sébastien Luttringer seblu at seblu.net
Sun Jul 22 14:45:22 EDT 2012


Signed-off-by: Sébastien Luttringer <seblu at 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



More information about the arch-projects mailing list