diff options
author | Paul Lawrence <paullawrence@google.com> | 2015-07-07 19:38:57 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-07-07 19:38:57 +0200 |
commit | 1915dd56e3cdc73d4d83453971486b64880e4603 (patch) | |
tree | 097fa88bcdb10c041db052a339c97ecfc9e6d063 /etc | |
parent | am 4e6507f3: am 2490dbc9: Merge "Allow mounting squashfs partitions" (diff) | |
parent | Merge "Revert "Change init sequence to support file level encryption"" into mnc-dev (diff) | |
download | android_bootable_recovery-1915dd56e3cdc73d4d83453971486b64880e4603.tar android_bootable_recovery-1915dd56e3cdc73d4d83453971486b64880e4603.tar.gz android_bootable_recovery-1915dd56e3cdc73d4d83453971486b64880e4603.tar.bz2 android_bootable_recovery-1915dd56e3cdc73d4d83453971486b64880e4603.tar.lz android_bootable_recovery-1915dd56e3cdc73d4d83453971486b64880e4603.tar.xz android_bootable_recovery-1915dd56e3cdc73d4d83453971486b64880e4603.tar.zst android_bootable_recovery-1915dd56e3cdc73d4d83453971486b64880e4603.zip |
Diffstat (limited to 'etc')
-rw-r--r-- | etc/init.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/init.rc b/etc/init.rc index dc1865986..0a4c6e9df 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -46,8 +46,8 @@ on boot class_start default # Load properties from /system/ + /factory after fs mount. -on load_system_props_action - load_system_props +on load_all_props_action + load_all_props on firmware_mounts_complete rm /dev/.booting @@ -62,7 +62,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_system_props_action + trigger load_all_props_action # Remove a file to wake up anything waiting for firmware trigger firmware_mounts_complete |