Merge "init.rc: Add cpuacct to cgroup mount for cpu statistic"

This commit is contained in:
Mike Chan 2010-03-02 10:40:40 -08:00 committed by Android (Google) Code Review
commit 026b017a9b
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ loglevel 3
mkdir /mnt 0775 root system
mkdir /mnt/sdcard 0000 system system
# Create cgroup mount point for cpu accounting
mkdir /acct
mount cgroup none /acct cpuacct
mkdir /acct/uid
# Backwards Compat - XXX: Going away in G*
symlink /mnt/sdcard /sdcard