From a7768b2ae842c55413b1dce8a3f19e7c730885fa Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Tue, 30 Dec 2003 22:42:18 +0000 Subject: network-based mounts are not mounted til rc.multi runs --- rc.multi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc.multi') diff --git a/rc.multi b/rc.multi index e33226e..9b103e9 100755 --- a/rc.multi +++ b/rc.multi @@ -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 -- cgit v1.2.3