Remove rootfs runtime changes during init for tombstones
With A/B update, rootfs is supported by system fs and thus always read-only. Remove unnecessary /tombstones symlink and change all subdirectory creation under /tombstones to be /data/tombstones. Change-Id: Ibb991f80fc09e0397c37cecea07f531f49802773
This commit is contained in:
parent
bd9605bac6
commit
584d261bf7
1 changed files with 4 additions and 6 deletions
|
@ -28,7 +28,6 @@
|
|||
#
|
||||
|
||||
on early-init
|
||||
symlink /data/tombstones /tombstones
|
||||
|
||||
on init
|
||||
write /dev/stune/foreground/schedtune.sched_boost_no_override 1
|
||||
|
@ -63,11 +62,10 @@ on init
|
|||
write /sys/module/qpnp_rtc/parameters/poweron_alarm 1
|
||||
|
||||
on post-fs-data
|
||||
mkdir /data/tombstones 0771 system system
|
||||
mkdir /tombstones/modem 0771 system system
|
||||
mkdir /tombstones/lpass 0771 system system
|
||||
mkdir /tombstones/wcnss 0771 system system
|
||||
mkdir /tombstones/dsps 0771 system system
|
||||
mkdir /data/tombstones/modem 0771 system system
|
||||
mkdir /data/tombstones/lpass 0771 system system
|
||||
mkdir /data/tombstones/wcnss 0771 system system
|
||||
mkdir /data/tombstones/dsps 0771 system system
|
||||
mkdir /data/misc/hbtp 0750 system system
|
||||
mkdir /data/misc/seemp 0700 system system
|
||||
mkdir /data/misc/tloc 0700 system drmrpc
|
||||
|
|
Loading…
Reference in a new issue