Magellan Linux

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

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

revision 1789 by niro, Fri Jul 1 14:40:22 2011 UTC revision 1790 by niro, Mon Apr 2 11:27:49 2012 UTC
# Line 87  case "$1" in Line 87  case "$1" in
87   # cannot be mounted at this time, add them to the NO_FS variable   # cannot be mounted at this time, add them to the NO_FS variable
88   # below. All file systems that are added to the variable in the   # below. All file systems that are added to the variable in the
89   # form of no<filesystem> will be skipped.   # form of no<filesystem> will be skipped.
90   NO_FS="noswap,nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm"   NO_FS="noswap,nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm,nodevtmpfs"
91   rc_print "Mounting remaining file systems ..."   rc_print "Mounting remaining file systems ..."
92   mount -a -t $NO_FS   mount -a -t $NO_FS
93   evaluate_retval   evaluate_retval

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