Author: wiget
Date: Sun Sep 18 22:34:16 2011
New Revision: 12349
Modified:
rc-scripts/trunk/rc.d/rc.sysinit
Log:
Mount /run ASAP
Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit Sun Sep 18 22:34:16 2011
@@ -152,6 +152,10 @@
fi
}
+if [ -d /run ]; then
+ mount -n -t tmpfs run /run
+fi
+
# boot logging to /var/log/boot.log. install showconsole package to get it.
if [ -x /sbin/blogd ] && ! is_no "$RC_BOOTLOG"; then
RC_BOOTLOG=1
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit