New commits:
commit f5871c7babdbb2b363c54824e9d03b2a4210a7d2
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
smgl/init.d: devices -> while mounting /proc, one should not trust fstab
to have the proc entry
diff --git a/smgl/init.d/init.d/devices b/smgl/init.d/init.d/devices
index a2db4b1..80d0777 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 -a -n -t proc
+ mount -t proc proc /proc
eval "start_$DEVICES"
}
[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (f5871c7babdbb2b363c54824e9d03b2a4210a7d2),
Elisamuel Resto, 08/12/2008