Magellan Linux

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

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

revision 1789 by niro, Fri Jul 1 14:40:13 2011 UTC revision 1790 by niro, Mon Apr 2 11:27:49 2012 UTC
# Line 34  case "$1" in Line 34  case "$1" in
34   # 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
35   # below. All file systems that are added to the variable in the   # below. All file systems that are added to the variable in the
36   # form of no<filesystem> will be skipped.   # form of no<filesystem> will be skipped.
37   NO_FS="noswap,nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm"   NO_FS="noswap,nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm,nodevtmpfs"
38   rc_print "Mounting remaining file systems ..."   rc_print "Mounting remaining file systems ..."
39   mount -a -t $NO_FS   mount -a -t $NO_FS
40   evaluate_retval   evaluate_retval

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