[Pkg-uml-commit] r215 - trunk/src/rootstrap/modules

Stefano Melchior stex-guest at costa.debian.org
Tue Sep 26 08:08:59 UTC 2006


Author: stex-guest
Date: 2006-09-26 08:08:39 +0000 (Tue, 26 Sep 2006)
New Revision: 215

Modified:
   trunk/src/rootstrap/modules/uml
Log:
Correction in mounting /proc due to #386945 and #378280

Modified: trunk/src/rootstrap/modules/uml
===================================================================
--- trunk/src/rootstrap/modules/uml	2006-09-25 18:11:22 UTC (rev 214)
+++ trunk/src/rootstrap/modules/uml	2006-09-26 08:08:39 UTC (rev 215)
@@ -11,8 +11,8 @@
 # generate a new fstab
 cat <<EOF > $TARGET/etc/fstab
 /dev/ubda / 	$fstype defaults 			0 1
-proc 	/proc 	proc 	defaults 			0 0
-tmpfs  	/tmp    tmpfs   defaults,size=768M 	0 0
+proc 	/proc 	proc 	defaults,noexec,nosuid 		0 0
+tmpfs  	/tmp    tmpfs   defaults,size=768M 		0 0
 EOF
 
 # setup the timezone, the same as the host




More information about the Pkg-uml-commit mailing list