diff options
-rw-r--r-- | rootdir/init.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 2c967cc88..364421918 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -180,11 +180,12 @@ on late-init # issued fs triggers have completed. trigger load_all_props_action + # Remove a file to wake up anything waiting for firmware. + trigger firmware_mounts_complete + trigger early-boot trigger boot - # Remove a file to wake up anything waiting for firmware - trigger firmware_mounts_complete on post-fs # once everything is setup, no need to modify / |