Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 974fe112 authored by Riley Andrews's avatar Riley Andrews Committed by Gerrit Code Review
Browse files

Merge "Fix recovery mode."

parents cfd4b286 e739d7e6
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -44,13 +44,31 @@ on fs


on boot

    ifup lo
    hostname localhost
    domainname localdomain

    class_start default

# Load properties from /system/ + /factory after fs mount.
on load_all_props_action
    load_all_props

# Mount filesystems and start core system services.
on late-init
    trigger early-fs
    trigger fs
    trigger post-fs
    trigger post-fs-data

    # 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 early-boot
    trigger boot

on property:sys.powerctl=*
   powerctl ${sys.powerctl}