Magellan Linux

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

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

revision 1415 by niro, Sat Jun 4 21:05:40 2011 UTC revision 1416 by niro, Fri Jul 1 14:40:13 2011 UTC
# Line 3  Line 3 
3    
4  #%rlevels: 7:s 0:k  #%rlevels: 7:s 0:k
5  #%start: 40  #%start: 40
6  #%stop: 60  #%stop: 90
7    
8  #deps  #deps
9  #%needs:  #%needs:
# Line 47  case "$1" in Line 47  case "$1" in
47   rc_print "Unmounting all other currently mounted file systems ..."   rc_print "Unmounting all other currently mounted file systems ..."
48   if [ -e /dev/.udev ]   if [ -e /dev/.udev ]
49   then   then
50   NO_FS="noramfs,notmpfs,nodevtmpfs,nodevpts"   NO_FS="noramfs,notmpfs,nodevtmpfs,nodevpts,noproc"
51   umount -a -r -d -t ${NO_FS}   umount -a -r -d -t ${NO_FS}
52   else   else
53   # -d, umount loop devices as well   # -d, umount loop devices as well

Legend:
Removed from v.1415  
changed lines
  Added in v.1416