summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2015-07-06 21:33:27 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-06 21:33:28 +0200
commitd6b2b65dc40c5af7feecf634b8ae55bf14fe8e6c (patch)
tree430f294f172c53f5df11e5402b8b3b845270be7b
parentam b4b41daa: am 0ddfa329: Allow mounting squashfs partitions (diff)
parentChange init sequence to support file level encryption (diff)
downloadandroid_bootable_recovery-d6b2b65dc40c5af7feecf634b8ae55bf14fe8e6c.tar
android_bootable_recovery-d6b2b65dc40c5af7feecf634b8ae55bf14fe8e6c.tar.gz
android_bootable_recovery-d6b2b65dc40c5af7feecf634b8ae55bf14fe8e6c.tar.bz2
android_bootable_recovery-d6b2b65dc40c5af7feecf634b8ae55bf14fe8e6c.tar.lz
android_bootable_recovery-d6b2b65dc40c5af7feecf634b8ae55bf14fe8e6c.tar.xz
android_bootable_recovery-d6b2b65dc40c5af7feecf634b8ae55bf14fe8e6c.tar.zst
android_bootable_recovery-d6b2b65dc40c5af7feecf634b8ae55bf14fe8e6c.zip
-rw-r--r--etc/init.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 6c07c6027..427727768 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -47,8 +47,8 @@ on boot
class_start default
# Load properties from /system/ + /factory after fs mount.
-on load_all_props_action
- load_all_props
+on load_system_props_action
+ load_system_props
on firmware_mounts_complete
rm /dev/.booting
@@ -63,7 +63,7 @@ on late-init
# Load properties from /system/ + /factory after fs mount. Place
# this in another action so that the load will be scheduled after the prior
# issued fs triggers have completed.
- trigger load_all_props_action
+ trigger load_system_props_action
# Remove a file to wake up anything waiting for firmware
trigger firmware_mounts_complete