-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig
26 lines (26 loc) · 1.17 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Template used to create this container: /usr/share/lxc/templates/lxc-download
# Parameters passed to the template: -a i386 -d ubuntu -r trusty
# For additional config options, please look at lxc.container.conf(5)
# Distribution configuration
lxc.include = /usr/share/lxc/config/ubuntu.common.conf
lxc.arch = x86
lxc.mount.entry = /dev/dri dev/dri none bind,optional,create=dir
lxc.mount.entry = /dev/fb0 dev/fb0 none bind,optional,create=file
lxc.mount.entry = /dev/snd dev/snd none bind,optional,create=dir
lxc.mount.entry = /tmp/.X11-unix tmp/.X11-unix none bind,optional,create=dir
#lxc.mount.entry = /dev/video0 dev/video0 none bind,optional,create=file
#lxc.mount.entry = /tmp/.lxc tmp/.lxc none bind,optional,create=dir
#lxc.hook.pre-start = /var/lib/lxc/lxcgui/setup-pulse.sh
lxc.cgroup.devices.allow = c 226:* rwm
lxc.cgroup.devices.allow = c 29:0 rwm
lxc.cgroup.devices.allow = c 4:7 rwm
lxc.cgroup.devices.allow = c 4:8 rwm
# Container specific configuration
# Network configuration
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = lxcbr0
lxc.network.hwaddr = 00:16:3e:dc:d8:c6
lxc.rootfs = /var/lib/lxc/lxcgui_fork/rootfs
lxc.rootfs.backend = dir
lxc.utsname = lxcgui_fork