live-bootstrap/steps/improve
Gábor Stefanik 36c1925742 Fix panic due to after.sh prematurely quitting on shutdown
The sysrq shutdown trigger takes some time to fully shut down the system,
during which init is expected to continue running. Since after.sh is the
last step in our init, if it quits before shutdown is complete, Linux will
panic with "Attempted to kill init".

Add an infinite loop after shutdown is issued via sysrq to prevent this.
2024-01-12 19:55:10 +01:00
..
after.sh Fix panic due to after.sh prematurely quitting on shutdown 2024-01-12 19:55:10 +01:00
clean_sources.sh Avoid deleting sources that will be needed in future builds 2023-12-27 12:36:46 +01:00
finalize_fhs.sh Use devtmpfs, and improve finalize_fhs.sh 2024-01-02 00:15:32 +01:00
finalize_job_count.sh Restore multicore build support with kernel-bootstrap 2024-01-08 12:56:15 +01:00
get_network.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
musl_libdir.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
null_time.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
populate_device_nodes.sh Do not try to create /dev nodes under chroot/bwrap 2023-12-26 13:01:24 +11:00
setup_repo.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
swap.sh Support swap files in qemu or bare-metal mode 2024-01-02 04:32:08 +01:00
update_checksums.sh Do update checksums when building with --update-checksums 2023-12-27 12:36:46 +01:00
update_env.sh Allow update_env to incorporate runtime changes to bootstrap.cfg 2024-01-08 12:55:19 +01:00