diff options
-rwxr-xr-x | rc.multi | 3 | ||||
-rwxr-xr-x | rc.sysinit | 2 |
2 files changed, 4 insertions, 1 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 @@ -78,7 +78,7 @@ stat_busy "Mounting Local Filesystems" /bin/mount -n -o remount,rw / /bin/rm -f /etc/mtab* /bin/mount /proc -/bin/mount -a -t nonfs +/bin/mount -a -t nonfs,nosmbfs,noncpfs stat_done stat_busy "Configuring System Clock" |