--- /etc/init.d/mountall.sh.orig 2008-02-15 16:45:08.000000000 +0100 +++ /etc/init.d/mountall.sh 2008-02-15 16:49:12.000000000 +0100 @@ -32,7 +32,7 @@ log_action_begin_msg "Mounting local filesystems" mount -a -t proc >/dev/null 2>&1 # Ignore error message due to /proc already being mounted ES_TO_REPORT=$? - mount -a -t noproc,nfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs + mount -a -O _netdev -t noproc,nfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs ES=$? ES_TO_REPORT=$(($ES_TO_REPORT | $ES)) if [ 0 = "$ES_TO_REPORT" ] @@ -46,7 +46,7 @@ mount -a -t proc >/dev/null 2>&1 # Ignore error message due to /proc already being mounted ES=$? [ 0 = "$ES" ] || log_failure_msg "Mounting proc filesystems failed with error code ${ES}." - mount -a -v -t noproc,nfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs + mount -a -O _netdev -v -t noproc,nfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs ES=$? if [ 0 = "$ES" ] then