Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dominik Schachten
iPXE Builds
Commits
c3ec1a7a
Commit
c3ec1a7a
authored
Oct 14, 2020
by
Dominik Schachten
Browse files
Fix dhcp can fail, now try 5 times before giving up
parent
1ccae69d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ipxe-auto-infect/config.ipxe
View file @
c3ec1a7a
#!ipxe
dhcp
dhcp && goto netUp
dhcp && goto netUp
dhcp && goto netUp
dhcp && goto netUp
dhcp || goto reboot
:netUp
set pxeserver https://pxeserv.cs.uni-paderborn.de
...
...
ipxe-loader/config.ipxe
View file @
c3ec1a7a
#!ipxe
dhcp
dhcp && goto netUp
dhcp && goto netUp
dhcp && goto netUp
dhcp && goto netUp
dhcp || goto localboot
:netUp
set pxeserver https://pxeserv.cs.uni-paderborn.de
set password EotE2s1c6sVklfvXEEev2ylXBbKsD9juV4tfNmRmEotE2s1c6sVklfvXEEev2ylXBbKsD9juV4tfNmRm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment