--- trunk/busybox-initscripts/rc/mountfs 2008/06/10 22:23:31 734 +++ trunk/busybox-initscripts/rc/mountfs 2008/06/10 23:08:56 735 @@ -1,5 +1,5 @@ #!/bin/sh -# $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 $ #%rlevels: 7:s 0:k #%start: 40 @@ -77,7 +77,7 @@ # cannot be mounted at this time, add them to the NO_FS variable # below. All file systems that are added to the variable in the # form of no will be skipped. - NO_FS="nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm" + NO_FS="noswap,nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm" echo -e ${COLOREDSTAR}"Mounting remaining file systems ..." mount -a -t $NO_FS evaluate_retval