Add a bindmount for /home to the default fstab for new vservers.
authorMatthijs Kooijman <matthijs@drsnuggles.stderr.nl>
Fri, 8 Aug 2008 09:59:32 +0000 (11:59 +0200)
committerMatthijs Kooijman <matthijs@drsnuggles.stderr.nl>
Fri, 8 Aug 2008 09:59:32 +0000 (11:59 +0200)
etc/vservers/.defaults/fstab

index f78c798375543a8ab8870da7671b96ef3a789f24..af4ad2cbb675b8c5ef1dd8cc351f43e0a3b736dc 100644 (file)
@@ -1,3 +1,4 @@
 none   /proc           proc    defaults                0 0
 none   /tmp            tmpfs   size=16m,mode=1777      0 0
 none   /dev/pts        devpts  gid=5,mode=620          0 0
+/home  /home           none    bind                    0 0