aboutsummaryrefslogtreecommitdiff
path: root/netfs
AgeCommit message (Collapse)AuthorFiles
2012-07-12Correct spelling and grammar throughoutJason St. John1
This patch addresses the issues with my previous patch submission here: https://mailman.archlinux.org/pipermail/arch-projects/2012-June/002990.html The notable changes between this patch and the previous one are below: -- this patch does not rename set_timezone() -- 'filesystems' and 'bash' are left as-is -- everything is in one patch, not two -- the 'makedepends' change is no longer relevant because the duplication of it was already removed in a later commit Regarding the capitalization of "Btrfs", it seems that upstream prefers "Btrfs".[1][2] Regarding 'https://' vs. 'http://', I left this change in the patch because stating 'https://www.archlinux.org' in the start-up messages doesn't force anyone to use HTTPS over HTTP. It simply shows that HTTPS is available for use. If someone really doesn't want to use HTTPS, they don't have to. Finally, Dan McGee stated that HTTPS will be used all the time soon.[3] [1] https://oss.oracle.com/projects/btrfs/ [2] https://btrfs.wiki.kernel.org/index.php/Main_Page [3] https://bugs.archlinux.org/task/30486#comment96222 Signed-off-by: Jason St. John <jstjohn@purdue.edu>
2012-03-10netfs: force umounts in order to avoid hanging on NFSTom Gundersen1
This should hopefully fix problems with umount hanging on shutdown. FWIW, this is also what systemd does. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-07-10functions/netfs: Refactor filesystem type lists and $NETFSKurt J. Bosch1
Currently $NETFS is used only for fsck and mount in rc.sysinit. Since we moved it into functions, we can use it in netfs too to get rid of redundancy. functions: * Move 'nosysfs' from $NETFS into the mount -a type list because thats obviously the only meaningfull place. * Add 'nofuse.glusterfs' to $NETFS to match the lists in netfs. * Remove all 'no'-prefixes from $NETFS to make it more useful and readable. * Add 'no'-prefixes to fsck and mount -a commands by parameter substitution. netfs: * Instead of the literals use $NETFS from functions which contains the same types now
2011-07-10netfs: Refactor to provide meaningful exit codeKurt J. Bosch1
Get rid of simple if-clauses and provide meaningfull exit code. Maybe someone wants to abort suspend to disk/ram or something if umount fails or even start this in a loop.
2011-07-10netfs: Strip paths from binariesKurt J. Bosch1
We set $PATH in functions now, so use it.
2011-07-10netfs: cleanup whitespaceKurt J. Bosch1
2011-03-16Add davfs to the list of network filesystems in netfsSeblu1
Close FS#19952 Signed-off-by: Seblu <seblu@seblu.net>
2010-07-23Bashify netfsVictor Lowther1
2009-07-30Missed a return value check in previous commitAaron Griffin1
Whoopsie Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-07-30Add _netdev support to netfs (also add glusterfs support)Marco Lima1
The system-wide mount will no longer mount items in fstab marked as _netdev (requires a network device). These _netdev items are handled by the netfs daemon now. Additionally, add support for glusterfs :) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-02-14Remove some bashisms from network, even though we cannot convert itDan McGee1
Since netfs and network source rc.conf, we cannot fully convert it to an sh script. However, we can get rid of a few things that are not sh compatible. Signed-off-by: Dan McGee <dan@archlinux.org>
2008-02-14Add support for (un)mounting nfs4Roman Kyrylych1
Signed-off-by: Roman Kyrylych <roman@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-07-30'upgpgk: fixed nocpfs netfs bug and bump to don't panic release'2007.08Tobias Powalowski1
2007-05-12'upgpkg: bump to Duke and cleanup rc.sysinit and netds'Tobias Powalowski1
2006-07-25set a default for LOCALE so it's no longer needed in /etc/profileJudd Vinet1
2006-07-21added --directisa to hwclock calls, support for additional options in ↵Judd Vinet1
crypttab for non-LUKS partitions, fixed the WPA_OPTS varname typo in netcfg
2006-02-13removed unnecessary line from netfsJudd Vinet1
2005-06-30added new netcfg stuff for roaming network profilesJudd Vinet1
2005-03-24added CIFS to netfs scriptJudd Vinet1
2004-01-30added a rc.d/netfs script to mount network-based filesystems from DAEMONSJudd Vinet1