New commits:
commit 11db08b987a4cf990673e44f18e69d3925931b6a
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
smgl/init.d: devices add '-n' to the /proc mount command
diff --git a/smgl/init.d/init.d/devices b/smgl/init.d/init.d/devices
index 80d0777..8fb142b 100755
--- a/smgl/init.d/init.d/devices
+++ b/smgl/init.d/init.d/devices
@@ -93,7 +93,7 @@ start()
{
# mount proc
echo "Mounting /proc"
- mount -t proc proc /proc
+ mount -n -t proc proc /proc
eval "start_$DEVICES"
}
[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (11db08b987a4cf990673e44f18e69d3925931b6a),
Elisamuel Resto, 08/12/2008