diff options
author | Judd Vinet <judd@archlinux.org> | 2003-12-30 22:42:18 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2003-12-30 22:42:18 +0000 |
commit | a7768b2ae842c55413b1dce8a3f19e7c730885fa (patch) | |
tree | dbaddfedadf0a6b81bc7c5abec15cf7a054fb885 /rc.multi | |
parent | 9009002d949745ec8824662680c06cf34040dba8 (diff) |
network-based mounts are not mounted til rc.multi runs
Diffstat (limited to 'rc.multi')
-rwxr-xr-x | rc.multi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,4 +17,7 @@ if [ -x /etc/rc.local ]; then /etc/rc.local fi +# Mount any leftover (nfs,smbfs,etc) mounts +/bin/mount -a + # End of file |