vserver: Mount the /data/apt-repository/public directory in every vserver.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 9 Oct 2008 18:22:59 +0000 (20:22 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 9 Oct 2008 18:22:59 +0000 (20:22 +0200)
etc/vservers/dns/fstab
etc/vservers/ldap/fstab
etc/vservers/template/fstab

index af4ad2cbb675b8c5ef1dd8cc351f43e0a3b736dc..b78e426702c7614f004af01b0552dcbfe3932be9 100644 (file)
@@ -2,3 +2,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
+/data/apt-repository/public     /data/apt-repository/public             none    bind,ro                 0 0
index bfe2344045495f0cb97aea2506d43890a1e1fd55..f12dae9611c4781b03f4c54e192f9e5253ec3af1 100644 (file)
@@ -3,3 +3,4 @@ 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
 /data/db/ldap  /data/db/ldap   none    bind            0 0
+/data/apt-repository/public     /data/apt-repository/public             none    bind,ro                 0 0
index af4ad2cbb675b8c5ef1dd8cc351f43e0a3b736dc..c1bccd4ece90984f04020560b2f7efeb3ecae368 100644 (file)
@@ -2,3 +2,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
+/data/apt-repository/public    /data/apt-repository/public             none    bind,ro                 0 0