summaryrefslogtreecommitdiffstats
path: root/core/modules/system-uuid/data
Commit message (Collapse)AuthorAgeFilesLines
* [system-uuid] Fix grep regex style optionSimon Rettberg2022-09-091-2/+2
|
* [system-uuid] Add two more bad UUIDsSimon Rettberg2021-07-211-0/+2
|
* [init/kexec/] More advanced network setup via KCL, could skip DHCPSimon Rettberg2020-07-081-12/+15
| | | | | | | | | | | | | | | | 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).
* [system-uuid] Add another bogus UUIDSimon Rettberg2019-04-241-0/+1
|
* [system-uuid] New UUID fallback formatSimon Rettberg2019-02-201-4/+15
| | | | Refs #3536
* [system-uuid] Add another bogus UUIDSimon Rettberg2019-02-201-0/+1
|
* [system-uuid] Also change MAC-UUID formatSimon Rettberg2017-11-211-1/+1
| | | | Refs #3227
* [init, etc] Pass system-uuid when fetching config & config.tgzSimon Rettberg2017-07-122-0/+48
Also save the system-uuid for later use in stage32+, which changed locations from /run to /etc - modules got updated accordingly