am a0ced754: Merge "Remove creation of root directory folders"
* commit 'a0ced754367e75051d64c62ee4e2f1e4b9208169': Remove creation of root directory folders
This commit is contained in:
commit
074ee014b5
1 changed files with 1 additions and 10 deletions
|
|
@ -19,9 +19,6 @@ on early-init
|
||||||
|
|
||||||
start ueventd
|
start ueventd
|
||||||
|
|
||||||
# create mountpoints
|
|
||||||
mkdir /mnt 0775 root system
|
|
||||||
|
|
||||||
on init
|
on init
|
||||||
sysclktz 0
|
sysclktz 0
|
||||||
|
|
||||||
|
|
@ -32,8 +29,7 @@ on init
|
||||||
# Link /vendor to /system/vendor for devices without a vendor partition.
|
# Link /vendor to /system/vendor for devices without a vendor partition.
|
||||||
symlink /system/vendor /vendor
|
symlink /system/vendor /vendor
|
||||||
|
|
||||||
# Create cgroup mount point for cpu accounting
|
# Mount cgroup mount point for cpu accounting
|
||||||
mkdir /acct
|
|
||||||
mount cgroup none /acct cpuacct
|
mount cgroup none /acct cpuacct
|
||||||
mkdir /acct/uid
|
mkdir /acct/uid
|
||||||
|
|
||||||
|
|
@ -50,11 +46,6 @@ on init
|
||||||
chown root system /sys/fs/cgroup/memory/sw/tasks
|
chown root system /sys/fs/cgroup/memory/sw/tasks
|
||||||
chmod 0660 /sys/fs/cgroup/memory/sw/tasks
|
chmod 0660 /sys/fs/cgroup/memory/sw/tasks
|
||||||
|
|
||||||
mkdir /system
|
|
||||||
mkdir /data 0771 system system
|
|
||||||
mkdir /cache 0770 system cache
|
|
||||||
mkdir /config 0500 root root
|
|
||||||
|
|
||||||
# See storage config details at http://source.android.com/tech/storage/
|
# See storage config details at http://source.android.com/tech/storage/
|
||||||
mkdir /mnt/shell 0700 shell shell
|
mkdir /mnt/shell 0700 shell shell
|
||||||
mkdir /mnt/media_rw 0700 media_rw media_rw
|
mkdir /mnt/media_rw 0700 media_rw media_rw
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue