Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [serversetup-bwlp-ipxe] Add initial support for GRUB menus | Simon Rettberg | 2024-02-23 | 1 | -1/+12 |
| | |||||
* | [serversetup-bwlp-ipxe] Re-interoduce direct boot for one-item menus | Simon Rettberg | 2020-11-04 | 1 | -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 param | Simon Rettberg | 2020-09-22 | 1 | -1/+8 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix UTF-8 fix, fix gaps not being displayed | Simon Rettberg | 2020-08-28 | 1 | -1/+4 |
| | |||||
* | [serversetup-bwlp-ipxe/statistics] Sanitize strings from clients | Simon Rettberg | 2020-07-31 | 1 | -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 Rettberg | 2020-07-10 | 1 | -4/+18 |
| | |||||
* | [serversetup-bwlp-ipxe] Start refactoring ipxe script generator | Simon Rettberg | 2020-06-10 | 1 | -269/+8 |
| | | | | | | | 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 mechanism | Simon Rettberg | 2019-09-24 | 1 | -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 bit | Simon Rettberg | 2019-04-16 | 1 | -1/+3 |
| | |||||
* | [serversetup-bwlp-ipxe] Firce locale to get iconv() to behave | Simon Rettberg | 2019-04-16 | 1 | -0/+1 |
| | | | | With the C locale, iconv's TRANSLIT is a noop. | ||||
* | [serversetup-bwlp-ipxe] Use --nouser for OpenSLX iPXE | Simon Rettberg | 2019-04-03 | 1 | -1/+3 |
| | |||||
* | [serversetup-bwlp-ipxe] imgfree on localboot | Simon Rettberg | 2019-04-01 | 1 | -0/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFI | Simon Rettberg | 2019-03-27 | 1 | -18/+13 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix: Autoboot not working for chained menus | Simon Rettberg | 2019-03-26 | 1 | -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 item | Simon Rettberg | 2019-03-25 | 1 | -1/+8 |
| | |||||
* | [serversetup-bwlp-ipxe] api: Reset everything if serverip is missing | Simon Rettberg | 2019-03-20 | 1 | -0/+4 |
| | |||||
* | [serversetup-bwlp-ipxe] Filter a few more bogus model names | Simon Rettberg | 2019-03-20 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix editing menuchain entries, tweak script | Simon Rettberg | 2019-03-20 | 1 | -1/+3 |
| | |||||
* | [serversetup-bwlp-ipxe] Implement cascaded menus | Simon Rettberg | 2019-03-19 | 1 | -1/+6 |
| | |||||
* | [serversetup-bwlp-ipxe] ipxe script: Don't load unused png | Simon Rettberg | 2019-02-15 | 1 | -2/+0 |
| | |||||
* | [serversetup*] PXELinux and iPXE side-by-side | Simon Rettberg | 2019-02-12 | 1 | -0/+254 |