--- trunk/magellan-initscripts/etc/rc.d/init.d/mountfs 2004/12/13 22:52:07 3 +++ trunk/magellan-initscripts/etc/rc.d/init.d/mountfs 2004/12/13 23:46:52 13 @@ -29,7 +29,6 @@ echo -e ${COLOREDSTAR}"Recording existing mounts in /etc/mtab ..." > /etc/mtab mount -f / && mount -f /proc - # add /dev above if you use devfs #records devfs if mounted if [ "$(get_mounted devfs)" == devfs ] @@ -63,7 +62,6 @@ # below. All file systems that are added to the variable in the # form of no will be skipped. - #NO_FS="nonfs,nosmbfs,noproc" NO_FS="nonfs,nosmbfs,noproc,nocoda,noncpfs,noshm" echo -e ${COLOREDSTAR}"Mounting remaining file systems ..." mount -a -t $NO_FS