Magellan Linux

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

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

revision 734 by niro, Mon Jun 2 22:14:35 2008 UTC revision 735 by niro, Tue Jun 10 23:08:56 2008 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/rc/mountfs,v 1.1 2008-06-02 22:14:35 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/rc/mountfs,v 1.2 2008-06-10 23:08:56 niro Exp $
3    
4  #%rlevels: 7:s 0:k  #%rlevels: 7:s 0:k
5  #%start: 40  #%start: 40
# Line 77  case "$1" in Line 77  case "$1" in
77   # 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
78   # below. All file systems that are added to the variable in the   # below. All file systems that are added to the variable in the
79   # form of no<filesystem> will be skipped.   # form of no<filesystem> will be skipped.
80   NO_FS="nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm"   NO_FS="noswap,nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm"
81   echo -e ${COLOREDSTAR}"Mounting remaining file systems ..."   echo -e ${COLOREDSTAR}"Mounting remaining file systems ..."
82   mount -a -t $NO_FS   mount -a -t $NO_FS
83   evaluate_retval   evaluate_retval

Legend:
Removed from v.734  
changed lines
  Added in v.735