summaryrefslogtreecommitdiffstats
path: root/core/modules/kexec-reboot/data
Commit message (Collapse)AuthorAgeFilesLines
* [kexec-reboot] Need filesystem to download/load new kernel/initSimon Rettberg2023-01-241-1/+1
|
* Add installer mode for stage4Simon Rettberg2021-07-084-11/+4Star
|
* [kexec-reboot] Fix X/Y calc (follow 2d084c4826bb3d)Simon Rettberg2020-08-071-2/+2
| | | | This might be a good candidate for a helper script
* [kexec-reboot] Add splash screenSimon Rettberg2020-08-054-1/+43
|
* [kexec-reboot] Add vga=current to prevent black screenSimon Rettberg2020-08-051-0/+1
|
* [kexec-reboot] Extend download timeout to prevent spurious failsSimon Rettberg2020-07-081-5/+9
| | | | | Default is 7 seconds which might be a bit too low for maxilinux init on slower links.
* [init/kexec/] More advanced network setup via KCL, could skip DHCPSimon Rettberg2020-07-081-12/+83
| | | | | | | | | | | | | | | | If enough information if provided via KCL, we can skip the initial DHCP request in stage 3.1. Currently we require IP address, subnet mask and DNS server to skip DHCP. If we extend the boot server to supply a fallback/default DNS server, we could even do without DNS which would work in almost all cases. kexec-reboot has been extended to make use of this feature, but can be extended even more to provide up to date values from the current system configuration. Currently, some of the values it provides to the new kernel will be cached values from stage 3.1. kexec-reboot also honors the ipxe menu id from the KCL if given, to properly download the matching menu entry, which will take updates to the entry into account (e.g. changed URLs to kernel/init).
* [kexec-reboot] use slx-tools's download_retryJonathan Bauer2020-02-141-15/+3Star
|
* [kexec-reboot] also download bwlp.cpio if availableJonathan Bauer2020-02-111-1/+4
|
* [kexec-reboot] isolate kexec.target (not start!)Jonathan Bauer2019-04-291-2/+1Star
|
* [kexec-reboot] Be a bit more agressive enabling itSimon Rettberg2019-04-251-1/+1
|
* [kexec-reboot] Enable kexec rebootSimon Rettberg2019-04-253-1/+8
|
* [kexec-reboot] Remove duplicate fileSimon Rettberg2019-04-251-19/+0Star
|
* [kexec-reboot] Let systemd-shutdown trigger final kexecSimon Rettberg2019-04-125-29/+4Star
|
* [idleaction] Add kexec-reboot supportSimon Rettberg2018-04-251-0/+4
|
* [kexec-reboot] Fix dependency orderingSimon Rettberg2018-03-241-2/+1Star
| | | | Finish shutdown before triggering the final kexec reboot
* [kexec-reboot] fast reboot via kexecJonathan Bauer2018-02-156-0/+99
bound to ctrl-alt-del on ttys TODO enable Xorg support