Adding acct to mount points as needed by android
This commit is contained in:
parent
882d664bfb
commit
8022537911
1 changed files with 3 additions and 0 deletions
|
|
@ -2,4 +2,7 @@
|
|||
mkdir -p /dev/cpuset
|
||||
mount none /dev/cpuset -t cpuset -o nodev,noexec,nosuid
|
||||
|
||||
mkdir /acct
|
||||
mount none -t cgroup /acct -o cpuacct,nodev,noexec,nosuid
|
||||
|
||||
BIND_MOUNT_PATH="/var/lib/lxc/android/rootfs" /usr/sbin/mount-android.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue