From 65851cad82a6fb409cf573a97f47aa3020ec87f2 Mon Sep 17 00:00:00 2001 From: Marco Ballesio Date: Thu, 11 Feb 2021 15:30:16 -0800 Subject: 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 --- etc/init.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/init.rc b/etc/init.rc index 3ec45db2f..5cacb8bdb 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -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 -- cgit v1.2.3