-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extend information printed in the iPXE script, add retries
With this change, iPXE now prints information about available network interfaces and configured IP after DHCP. It should also retry DHCP but it's hard to test in my environment. Also different interface should be tried if loading `/ipxe` script fails. Example: ``` net0: 4e:65:61:9e:84:a4 using undionly on 0000:00:02.0 (closed) [Link:up, TX:0 TXE:1 RX:0 RXE:0] [TXE: 1 x "Network unreachable (http://ipxe.org/28086011)"] Configuring (net0 4e:65:61:9e:84:a4)...... ok net0: 172.25.0.3/255.255.255.0 gw 172.25.0.1 http://172.24.0.2:8081/ipxe... ok /env/agent-amd64/vmlinuz... ok ``` Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
2 changed files
with
73 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters