mondrianwifi: rootdir: Remove /data/tombstones folder creation

This is done using config.fs during build.

Change-Id: Icb687abdda67f2f380ff44d609d16c14f639ec8c
This commit is contained in:
nyyu 2022-09-25 11:29:37 +02:00
parent a056e5cc21
commit 1d62977df8

View File

@ -38,8 +38,6 @@ on early-init
write /sys/block/zram0/comp_algorithm lz4 write /sys/block/zram0/comp_algorithm lz4
symlink /data/tombstones /tombstones
on init on init
# Start qseecomd early as we mount /system early # Start qseecomd early as we mount /system early
# vold needs keymaster that needs qseecomd # vold needs keymaster that needs qseecomd
@ -154,7 +152,6 @@ on post-fs-data
# Gpio DVS # Gpio DVS
chown radio system /sys/class/secgpio_check/secgpio_check_all/secgpio_ctrl chown radio system /sys/class/secgpio_check/secgpio_check_all/secgpio_ctrl
mkdir /data/tombstones 0771 system system
mkdir /tombstones/modem 0771 system system mkdir /tombstones/modem 0771 system system
mkdir /tombstones/lpass 0771 system system mkdir /tombstones/lpass 0771 system system
mkdir /tombstones/wcnss 0771 system system mkdir /tombstones/wcnss 0771 system system