mount aur repo readonly into containers

This commit is contained in:
root 2014-10-24 00:12:10 +02:00
parent 8d8a63bd45
commit 88fc63ff93
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ lxc.cgroup.cpu.shares = 256
lxc.cgroup.blkio.weight = 500
lxc.mount.entry = /data/pacman-pkg-cache var/cache/pacman/pkg none bind 0 0
lxc.mount.entry = /data/repo srv/repo none bind,ro 0 0
lxc.mount.entry = /data/repo srv/repo none bind,ro,create=dir 0 0
lxc.mount.entry = /run/systemd/journal mnt/journal none bind,ro,create=dir 0 0
lxc.hook.clone = /etc/lxc/hooks/setup-machine-id