vserver: Mount most of /data in login.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 4 Apr 2009 11:33:26 +0000 (13:33 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 4 Apr 2009 11:33:26 +0000 (13:33 +0200)
etc/vservers/login/fstab

index eec9f7f6848dd8a2444bea351d29af4c57052b21..66e9ab621f7e6c4b9477c34aee687ce202f099a8 100644 (file)
@@ -2,4 +2,7 @@ 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
+/data/apt-repository            /data/apt-repository                    none    bind                    0 0
+/data/www                       /data/www                               none    bind                    0 0
+/data/vcs                       /data/vcs                               none    bind                    0 0
+/data/other                     /data/other                             none    bind                    0 0