Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the config for LXC 2.1 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions var/lib/lxc/android/config
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
lxc.rootfs = /var/lib/lxc/android/rootfs
lxc.utsname = armhf
lxc.rootfs.path = /var/lib/lxc/android/rootfs
lxc.uts.name = armhf

lxc.network.type = none
lxc.net.0.type = none

lxc.devttydir = lxc
lxc.tty = 4
lxc.pts = 1024
lxc.tty.dir = lxc
lxc.tty.max = 4
lxc.pty.max = 1024
lxc.arch = armhf
lxc.cap.drop = mac_admin mac_override
lxc.pivotdir = lxc_putold

lxc.hook.pre-start = /var/lib/lxc/android/pre-start.sh

lxc.init_cmd = /init
lxc.init.cmd = /init

lxc.aa_profile = unconfined
lxc.apparmor.profile = unconfined
lxc.autodev = 0