[Pkg-sysvinit-devel] Bug#425199: Bug#425199: Mounting local filesystems... Failed!

Mike Hommey mh at glandium.org
Sun Mar 29 18:07:09 UTC 2009


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
-------------- next part --------------
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


More information about the Pkg-sysvinit-devel mailing list