mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sdm710-common
synced 2026-01-27 18:28:08 +00:00
sdm710-common: 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 mounted read-only. Change-Id: I6c3a287056a2264d9e9ffe4557ecca8c6e03c0bb
This commit is contained in:
@@ -251,7 +251,6 @@ on post-fs-data
|
||||
|
||||
|
||||
#Create directory for tftp
|
||||
mkdir /data/vendor/tombstones 0771 system system
|
||||
mkdir /data/vendor/tombstones/rfs 0771 system system
|
||||
|
||||
mkdir /data/vendor/ramdump 0771 root system
|
||||
|
||||
@@ -33,7 +33,6 @@ import /vendor/etc/init/init.mishow.ctl.rc
|
||||
|
||||
on early-init
|
||||
write /proc/sys/kernel/sched_boost 1
|
||||
symlink /data/tombstones /tombstones
|
||||
|
||||
on init
|
||||
write /dev/stune/foreground/schedtune.sched_boost_no_override 1
|
||||
@@ -88,11 +87,6 @@ service sec_nvm /vendor/bin/sec_nvm
|
||||
group system
|
||||
|
||||
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/vendor/hbtp 0750 system system
|
||||
mkdir /data/vendor/nnhal 0700 system system
|
||||
mkdir /data/vendor/misc/display 0771 system system
|
||||
|
||||
Reference in New Issue
Block a user