SVN: rc-scripts/trunk/rc.d/rc.sysinit

wiget wiget at pld-linux.org
Sun Sep 18 22:34:16 CEST 2011


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


More information about the pld-cvs-commit mailing list