On Sun, Mar 29, 2009 at 09:48:02AM +1000, Kel Modderman wrote: > Can someone please provide the patch against mountall.sh, preferably from > a debcheckout, so that the patch may be applied.
Attached here. Mike
Index: debian/initscripts/etc/init.d/mountall.sh =================================================================== --- debian/initscripts/etc/init.d/mountall.sh (revision 1328) +++ debian/initscripts/etc/init.d/mountall.sh (working copy) @@ -26,7 +26,7 @@ # Mount local file systems in /etc/fstab. # mount_all_local() { - mount -a -t nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 \ + mount -a -t noproc,nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 \ -O no_netdev } pre_mountall