| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added /start as entry point, for humans and iPXE
The '/poll/1/${netX/mac:hexhyp}' is fairly iPXE internal, not something
that invites curious people to look better at shoelaces. Neither it is
looking nice in DHCP server configuration.
This change adds a HTTP handler for '/start'. And '/start' points
to '/poll/1/${netX/mac:hexhyp}'. The benefit of it is that human visible
documentation can replace the "voodoo" '/poll/1/${netX/mac:hexhyp}'
with "friendly" '/start'.
Because it is an addition are the existing HTTP handlers not effected,
neither the installed deployments effected.
Signed-off-by: Geert Stappers <stappers@stappers.it>
|
| |
|
|
| |
Signed-off-by: Raul Benencia <raul@thousandeyes.com>
|
| |
|
|
| |
Resolves: #17
|
| |
|
|
|
|
| |
Removed 'chain /poll/1/${netX/mac:hexhyp}' from the ipxemenu entry.
To make it possible that pressing Ctrl-B gets user
immediately to the desired menu.
|
| |
|
|
|
|
|
| |
Replaced string 'ROM' by 'executable'.
Read-Only-Memory, ROM, is a physical thing,
which can't be transfered by TFTP.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Go has made it clear that the official way to manage modules is to use
the built in modules system, and `dep` is painfully slow. This commit
replaces the `dep` control files with the files needed for go modules
and has synced the vendor directory.
|
| |\
| |
| | |
Support config subdirectories
|
| |/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added production build commands in make
* Small spelling error :-( but fixed it
* style: changed flags into single variable that can be used mutible times
* Read comment more better made it even better ;-)
* learn to test and not rush things
* Rename LDFLAG to LDFLAGS
LDFLAGS is idiomatic.
Co-authored-by: Raul Benencia <raul@thousandeyes.com>
|
| |\
| |
| | |
Tidy up example files and add an scdoc manpage
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Fixes in ipxe for Debian and CentOS
|
| | | |
|
| |/ |
|
| |\
| |
| | |
CentOS Example
|
| | | |
|
| |/ |
|
| | |
|
| |
|