summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/api.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [serversetup-bwlp-ipxe] Add initial support for GRUB menusSimon Rettberg2024-02-231-1/+12
|
* [serversetup-bwlp-ipxe] Re-interoduce direct boot for one-item menusSimon Rettberg2020-11-041-1/+12
| | | | | Menus with only one item and a timeout of 0 will directly boot the entry.
* [serversetup-bwlp-ipxe] Re-introduce support for menuid paramSimon Rettberg2020-09-221-1/+8
|
* [serversetup-bwlp-ipxe] Fix UTF-8 fix, fix gaps not being displayedSimon Rettberg2020-08-281-1/+4
|
* [serversetup-bwlp-ipxe/statistics] Sanitize strings from clientsSimon Rettberg2020-07-311-1/+1
| | | | | | Some string from the clients might not be well suited for utf-8 representation. Add wrapper functions that clean utf-8 strings, or convert ANSI strings to UTF-8 while removing problematic chars.
* [serversetup-bwlp-ipxe] Progress on new structure (+bash)Simon Rettberg2020-07-101-4/+18
|
* [serversetup-bwlp-ipxe] Start refactoring ipxe script generatorSimon Rettberg2020-06-101-269/+8Star
| | | | | | | This is WIP. Mostly restored all the old functionality. Boot entries are fetched when selected, not embedded in the main script, so password protection is a bit stronger. Hopefully allows for other script generators in the future.
* [serversetup-bwlp-ipxe] Add DHCP option overrides; add hook mechanismSimon Rettberg2019-09-241-0/+1
| | | | | | | A default boot entry can now override certain option codes set by the DHCP server before executing the target binary. A hook mechanism makes it possible for other modules to dynamically supply additional boot entry types.
* [serversetup-bwlp-ipxe] Change color scheme a bitSimon Rettberg2019-04-161-1/+3
|
* [serversetup-bwlp-ipxe] Firce locale to get iconv() to behaveSimon Rettberg2019-04-161-0/+1
| | | | With the C locale, iconv's TRANSLIT is a noop.
* [serversetup-bwlp-ipxe] Use --nouser for OpenSLX iPXESimon Rettberg2019-04-031-1/+3
|
* [serversetup-bwlp-ipxe] imgfree on localbootSimon Rettberg2019-04-011-0/+1
|
* [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFISimon Rettberg2019-03-271-18/+13Star
|
* [serversetup-bwlp-ipxe] Fix: Autoboot not working for chained menusSimon Rettberg2019-03-261-0/+1
| | | | | | If chaining from one menu to another, the menu-with-single-entry autoboot rule would not work and yield a menu with a single item and no timeout. Fix the ipxe spaghetti code to do the right thing.
* [serversetup-bwlp-ipxe] Direct boot for menus with one itemSimon Rettberg2019-03-251-1/+8
|
* [serversetup-bwlp-ipxe] api: Reset everything if serverip is missingSimon Rettberg2019-03-201-0/+4
|
* [serversetup-bwlp-ipxe] Filter a few more bogus model namesSimon Rettberg2019-03-201-1/+1
|
* [serversetup-bwlp-ipxe] Fix editing menuchain entries, tweak scriptSimon Rettberg2019-03-201-1/+3
|
* [serversetup-bwlp-ipxe] Implement cascaded menusSimon Rettberg2019-03-191-1/+6
|
* [serversetup-bwlp-ipxe] ipxe script: Don't load unused pngSimon Rettberg2019-02-151-2/+0Star
|
* [serversetup*] PXELinux and iPXE side-by-sideSimon Rettberg2019-02-121-0/+254