diff options
author | Paul Lawrence <paullawrence@google.com> | 2015-07-06 19:44:33 +0200 |
---|---|---|
committer | Paul Lawrence <paullawrence@google.com> | 2015-07-06 19:44:33 +0200 |
commit | 98c1a3de23ae8b589c36e74939193c44d25cac65 (patch) | |
tree | 662a04867de929c676c07f44c99ea096f79e37c4 /etc/init.rc | |
parent | Revert "Zero blocks before BLKDISCARD" (diff) | |
download | android_bootable_recovery-98c1a3de23ae8b589c36e74939193c44d25cac65.tar android_bootable_recovery-98c1a3de23ae8b589c36e74939193c44d25cac65.tar.gz android_bootable_recovery-98c1a3de23ae8b589c36e74939193c44d25cac65.tar.bz2 android_bootable_recovery-98c1a3de23ae8b589c36e74939193c44d25cac65.tar.lz android_bootable_recovery-98c1a3de23ae8b589c36e74939193c44d25cac65.tar.xz android_bootable_recovery-98c1a3de23ae8b589c36e74939193c44d25cac65.tar.zst android_bootable_recovery-98c1a3de23ae8b589c36e74939193c44d25cac65.zip |
Diffstat (limited to '')
-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 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 |