Magellan Linux

Diff of /trunk/initscripts/sysvinit/rc/mountfs

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

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

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