From 09ab0b49057a980a5e8b0f4e2aa05fa5a3092980 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Sun, 16 May 2021 13:06:47 +0200 Subject: [PATCH] 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 --- rootdir/etc/init.target.rc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 0908e23..33be115 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -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