mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-19 11:57:17 +09:00
sm6250-common: rootdir: Remove bogus tombstone directory directives
* /data/tombstones and /data/vendor/tombstones are both created by the system's init.rc. * Creating /tombstones at the root isn't allowed since the root is a ramdisk and mounted read-only. Change-Id: I04586994280ae48f36542f56e1cace422943376b
This commit is contained in:
parent
94c1f3209c
commit
09ab0b4905
@ -31,7 +31,6 @@ on early-init
|
||||
mkdir /dsp 0771 media media
|
||||
mkdir /firmware 0771 system system
|
||||
mkdir /bt_firmware 0771 system system
|
||||
symlink /data/tombstones /tombstones
|
||||
|
||||
on init
|
||||
write /sys/module/qpnp_rtc/parameters/poweron_alarm 1
|
||||
@ -84,11 +83,6 @@ on late-fs
|
||||
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/touchpad 0775 system system
|
||||
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/vendor/hbtp 0750 system system
|
||||
mkdir /persist/qti_fp 0700 system system
|
||||
mkdir /data/vendor/nnhal 0700 system system
|
||||
|
Loading…
x
Reference in New Issue
Block a user