I was just looking through the script, and saw this:

NETFS="nonfs,nosmbfs,nocifs,nocodafs,noncpfs,nosysfs,nousbfs,noshfs,nofuse"

Was just wondering - should we rename this variable perhaps?
Especially when u get lines after this one above that reference the
'$NETFS' variable, and it can get a bit non-intuitive...

/sbin/fsck -A -T -C -a -t $NETFS $FORCEFSCK >/dev/null 2>&1
/sbin/fsck -A -T -C -a -t $NETFS $FORCEFSCK
/bin/mount -a -t $NETFS

Shouldnt it be something like... '$NONETFS'?

-jf

-- 
"It's so hard to write a graphics driver that open-sourcing it would not help."
    -- Andrew Fear, Software Product Manager, NVIDIA Corporation

http://kerneltrap.org/node/7228

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to