mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 16:26:02 +00:00
sm6150-common: rootdir: Don't specify fstab path unnecessarily
Change-Id: Ide70285090048630a89dc5ae425f9b548c072d0a
This commit is contained in:
@@ -62,7 +62,7 @@ on init
|
||||
write /proc/sys/vm/page-cluster 0
|
||||
|
||||
on fs
|
||||
mount_all --early /vendor/etc/fstab.qcom
|
||||
mount_all --early
|
||||
|
||||
restorecon_recursive /mnt/vendor/persist
|
||||
mkdir /mnt/vendor/persist/data 0700 system system
|
||||
@@ -72,7 +72,7 @@ on fs
|
||||
on late-fs
|
||||
wait_for_prop hwservicemanager.ready true
|
||||
exec_start wait_for_keymaster
|
||||
mount_all --late /vendor/etc/fstab.qcom
|
||||
mount_all --late
|
||||
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/nnhal 0700 system system
|
||||
|
||||
Reference in New Issue
Block a user