Magellan Linux

Diff of /trunk/initscripts/busybox/rc/rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1788 by niro, Mon Apr 2 11:26:04 2012 UTC revision 1789 by niro, Mon Apr 2 11:27:25 2012 UTC
# Line 61  then Line 61  then
61   # mount sys file system before udev   # mount sys file system before udev
62   if [ -d /sys ]   if [ -d /sys ]
63   then   then
64   rc_print "Mounting sysfs file system ..."   if [ ! -e /sys/kernel/notes ]
65   mount -n -t sysfs sysfs /sys   then
66   evaluate_retval   rc_print "Mounting sysfs file system ..."
67     mount -n -t sysfs sysfs /sys
68     evaluate_retval
69     fi
70   else   else
71   rc_echo -e ${COLRED}"Fatal: mountpoint /sys missing ..."   rc_echo -e ${COLRED}"Fatal: mountpoint /sys missing ..."
72   rc_echo -e ${COLYELLOW}"Please create the directory /sys (mkdir -p /sys)."   rc_echo -e ${COLYELLOW}"Please create the directory /sys (mkdir -p /sys)."

Legend:
Removed from v.1788  
changed lines
  Added in v.1789