]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding more mountpoints to schroot's default fstab (2)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 28 Feb 2013 17:55:40 +0000 (14:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 28 Feb 2013 17:55:40 +0000 (14:55 -0300)
files/etc/schroot/default/fstab

index d2a2cb466afd220ceccbf7aa82052c135b8def88..1866df32d4923a78b32e68dea98dbb0e66f11455 100644 (file)
@@ -13,8 +13,8 @@
 # to run additional services in the chroot.  However, note that this
 # may potentially cause undesirable behaviour on upgrades, such as
 # killing services on the host.
-#/run   /run    none  rw,bind   0 0
-#/run/lock  /run/lock none  rw,bind   0 0
+/run   /run    none  rw,bind   0 0
+/run/lock  /run/lock none  rw,bind   0 0
 /dev/shm /dev/shm  none  rw,bind   0 0
 /run/shm /run/shm  none  rw,bind   0 0
 #/dev/pts  /dev/pts  none  rw,bind   0 0