From 2aad63659bcbb459c2ddce2453ef225dbba7df67 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 29 Dec 2008 18:02:44 +0100 Subject: [PATCH] vserver: Mount /data/{vcs,www} in the www vserver. --- etc/vservers/www/fstab | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/vservers/www/fstab b/etc/vservers/www/fstab index eec9f7f..9b0a489 100644 --- a/etc/vservers/www/fstab +++ b/etc/vservers/www/fstab @@ -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 -- 2.30.2