From 87132356080924e00822a4b24d593e94bb18e24a Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 21 Jul 2006 19:40:00 +0000 Subject: added --directisa to hwclock calls, support for additional options in crypttab for non-LUKS partitions, fixed the WPA_OPTS varname typo in netcfg --- netfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netfs') diff --git a/netfs b/netfs index 450f21d..105d96f 100755 --- a/netfs +++ b/netfs @@ -6,7 +6,7 @@ case "$1" in start) stat_busy "Mounting Network Filesystems" - /bin/mount -a -t nfs,smbfs,codafs,cifs + /bin/mount -a -t nfs,smbfs,codafs,cifs,shfs,fuse if [ $? -gt 0 ]; then stat_fail else @@ -16,7 +16,7 @@ case "$1" in ;; stop) stat_busy "Unmounting network filesystems" - umount -a -t nfs,smbfs,codafs,cifs + umount -a -t nfs,smbfs,codafs,cifs,shfs,fuse if [ $? -gt 0 ]; then stat_fail else -- cgit v1.2.3