[OpenWrt Wiki] The Boot Process
https://openwrt.org/docs/techref/process.boot09.12.2021 · The Boot Process As noted below, this page is woefully out of date Please also see requirements.boot.process This guide it not up-to-date! It does not mention procd This guide shall help you understand, e.g. * When is it time for kexec and when for extroot_configuration (see particularly extroot.theory)? * How does the
FS#3142 : QEMU on arm64 cannot shut down OpenWRT 19.07
bugs.openwrt.org › indexFS#3142 - QEMU on arm64 cannot shut down OpenWRT 19.07. Supply the following if possible: - Device problem occurs on - arm64 QEMU Virtual Machine. - Software versions of OpenWrt/LEDE release, packages, etc. - 19.07.3. - Steps to reproduce -. Boot OpenWRT as per the instructions at OpenWRT QEMU Documentation on an arm64 virtual machine. When ...
[OpenWrt Wiki] Init Scripts
openwrt.org › docs › techrefDec 23, 2020 · shutdown() - called once each time the system is shut down (whether for reboot or poweroff). Like the boot() function, this function calls stop by default (note no arguments), so if your service has an ongoing component like above, and a one-off shutdown command (eg. turn off some hardware), you will want to call stop first, and then your one-off command.