vserver: Mount /data/{vcs,www} in the www vserver.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 29 Dec 2008 17:02:44 +0000 (18:02 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 29 Dec 2008 17:02:44 +0000 (18:02 +0100)
etc/vservers/www/fstab

index eec9f7f6848dd8a2444bea351d29af4c57052b21..9b0a489a81d65e96efbcdaff84690179d5640292 100644 (file)
@@ -3,3 +3,5 @@ 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
+/data/www                       /data/www                               none    bind                    0 0
+/data/vcs                       /data/vcs                               none    bind                    0 0