]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - lxc-configs/config_1
anbox: Add display related repos to local_manifest
[waydroid.git] / lxc-configs / config_1
1 # Anbox LXC Config
2
3 lxc.rootfs.path = /home/anbox/rootfs
4 lxc.utsname = anbox
5 lxc.arch = LXCARCH
6 lxc.autodev = 0
7 # lxc.autodev.tmpfs.size = 25000000
8 lxc.aa_profile = unconfined
9
10 lxc.init_cmd = /init
11
12 lxc.mount.auto = cgroup:ro sys:ro proc
13
14 lxc.network.type = veth
15 lxc.network.flags = up
16 lxc.network.link = anbox0
17 lxc.network.name = eth0
18 lxc.network.hwaddr = 00:16:3e:f9:d3:03
19 lxc.network.mtu = 1500
20
21 lxc.include = /var/lib/lxc/anbox/config_nodes
22
23 lxc.hook.post-stop = /dev/null