inithooks
inithooks copied to clipboard
Executes firstboot and everyboot scripts
Fairly significant changes to `run` script. Shell check and other refactoring. Probably best to leave this unmerged for now...
Once completed, this PR will update inithooks to be properly typed.
Closes https://github.com/turnkeylinux/tracker/issues/2000
Built on top of https://github.com/turnkeylinux/inithooks/pull/66 Note: deeper testing is required before merging this commit. See TODO notes below. This PR provides a new approach to management of getty1 (https://github.com/turnkeylinux/inithooks/commit/ff4cbbd4aa1d4ae5c82baeded4981bfbca5917b0): -...
Update init fence to run as a systemd service: - refactor existing `turnkey-init-fence` init.d script to a "normal" bash script & move to `/usr/lib/inithooks/bin` - minor update for `/etc/default/turnkey-init-fence`: -...