summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31/data/inc/setup_network_retry
Commit message (Collapse)AuthorAgeFilesLines
* [init/kexec/] More advanced network setup via KCL, could skip DHCPSimon Rettberg2020-07-081-4/+4
| | | | | | | | | | | | | | | | 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).
* [rootfs-stage31] Actually request hostname via DHCP...Simon Rettberg2019-11-261-2/+2
|
* [rootfs-stage31] Add more brain damage to setup_network_retrySimon Rettberg2019-09-101-2/+2
| | | | ... in a desperate attempt to get stubborn NICs to work ...
* [rootfs-stage31] More brain damage trying to get stubborn NICs to workSimon Rettberg2019-09-101-9/+27
|
* [rootfs-stage31] Clean up network config, increase delay on retrySimon Rettberg2019-09-031-6/+5Star
|
* [rfs-stage31] Double network setup timeout (operstate)Simon Rettberg2019-01-171-3/+3
|
* [rfs-stage31] Fix race when syncing time, more network setup tweaksSimon Rettberg2018-05-041-0/+1
|
* merge with latest dev versionSebastian2016-04-251-0/+33