recovery: don't mount acct
/acct is not necessary anymore for process group creation (it migrated to /sys/fs/cgroup and is automatically mounted by libprocessgroup) Bug: 168907513 Test: booted in remote mode and tested adb sideload Change-Id: Iaa455df65f393ac1f67ae81c6e78d8f4934d88a2
This commit is contained in:
parent
8f014fa506
commit
65851cad82
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@ on init
|
|||
symlink /system/bin /bin
|
||||
symlink /system/etc /etc
|
||||
|
||||
mount cgroup none /acct cpuacct
|
||||
mkdir /acct/uid
|
||||
|
||||
mkdir /sdcard
|
||||
mkdir /system
|
||||
mkdir /data
|
||||
|
|
Loading…
Reference in a new issue