Author: baggins
Date: Tue Oct 25 18:04:20 2005
New Revision: 6480
Modified:
rc-scripts/trunk/rc.d/rc.sysinit
Log:
- we need /proc mounted before everything
Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit Tue Oct 25 18:04:20 2005
@@ -16,12 +16,12 @@
export sscripts=45
export kscripts=45
-# Read functions
-. /etc/rc.d/init.d/functions
-
# we need /proc mounted before everything
mount -n -o gid=17 -t proc /proc /proc
+# Read functions
+. /etc/rc.d/init.d/functions
+
# sysfs is also needed before any other things (under kernel > 2.5)
if grep -q sysfs /proc/filesystems 2>/dev/null ; then
mount -n -o gid=17 -t sysfs sysfs /sys
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit