Skip to content
Snippets Groups Projects
Commit e20a79c8 authored by Ankit Jain's avatar Ankit Jain Committed by Dhina17
Browse files

onclite: init.qcom.rc : create default dir for tombstone data


This change creates the default tombstone dir(rfs) on bootup.
This dir is used by tftp_server to save modem ssr dump data.

Change-Id: I6c7399dd33ba768f6660cbbab352515527c1da11
Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 4dea2ebc
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,7 @@ 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
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment