summaryrefslogtreecommitdiff
path: root/hikey960/init.hikey960.rc
diff options
context:
space:
mode:
Diffstat (limited to 'hikey960/init.hikey960.rc')
-rw-r--r--hikey960/init.hikey960.rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/hikey960/init.hikey960.rc b/hikey960/init.hikey960.rc
index b7671340..92c1385e 100644
--- a/hikey960/init.hikey960.rc
+++ b/hikey960/init.hikey960.rc
@@ -1,6 +1,12 @@
import init.common.rc
+on fs
+ mount_all /vendor/etc/fstab.${ro.hardware} --early
+
on post-fs
# Set supported opengles version
setprop ro.hardware.hwcomposer drm_hikey960
+on late-fs
+ mount_all /vendor/etc/fstab.${ro.hardware} --late
+