summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe
Commit message (Collapse)AuthorAgeFilesLines
* [serversetup-bwlp-ipxe] Add "Edit" link for bootentries in menu editorSimon Rettberg2020-10-232-2/+8
| | | | | Add link to the popup where you select a boot entry for a menu entry in a menu.
* [serversetup-bwlp-ipxe] Fix UUID validationSimon Rettberg2020-10-211-1/+1
|
* [serversetup-bwlp-ipxe] Re-introduce support for menuid paramSimon Rettberg2020-09-222-2/+9
|
* [serversetup-bwlp-ipxe/rebootcontrol] Fix translationsSimon Rettberg2020-09-031-1/+1
|
* [serversetup-bwlp-ipxe] Fix UTF-8 fix, fix gaps not being displayedSimon Rettberg2020-08-282-3/+6
|
* [serversetup-bwlp-ipxe] Fix setting imgfree for boot entriesSimon Rettberg2020-08-131-1/+1
|
* [serversetup-bwlp-ipxe] Use single quotes in SQLSimon Rettberg2020-08-131-2/+2
|
* [serversetup-bwlp-ipxe] Show all machines in Localboot override listSimon Rettberg2020-08-131-3/+1Star
| | | | | | It's a bad idea to hide machines that haven't been seen in a while, since they could have an override defined, which would get lost if you save the list again.
* [serversetup-bwlp-ipxe/statistics] Sanitize strings from clientsSimon Rettberg2020-07-313-7/+8
| | | | | | 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-106-31/+177
|
* [serversetup-bwlp-ipxe] Start refactoring ipxe script generatorSimon Rettberg2020-06-108-461/+749
| | | | | | | 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] Fix: Imported PXELINUX entries are invalidSimon Rettberg2020-04-171-2/+3
|
* [serversetup-bwlp-ipxe] Quick fix for hotkey defaultSteffen Ritter2020-01-311-2/+2
| | | | | Necessary at least on Debian 10 because of newer mariadb defaults STRICT_TRANS_TABLES fixes #3689
* [serversetup-ipxe] Properly init entry if mode is not StandardBootEntrySimon Rettberg2020-01-242-3/+3
| | | | Fixes #3687
* [serversetup-bwlp-ipxe] Fast fix for required fieldsSteffen Ritter2020-01-201-1/+1
|
* [serversetup-bwlp-ipxe] Make first menu being added the defaultSimon Rettberg2020-01-171-1/+3
|
* [serversetup-bwlp-ipxe] Add required tags to required inputs in the menu ↵Udo Walter2020-01-161-1/+14
| | | | entry form
* [serversetup-bwlp-ipxe] Add some missing language tagsJannik Schönartz2020-01-161-0/+5
|
* [serversetup-bwlp-ipxe] Show title of referenced menus in entry listSteffen Ritter2019-12-172-3/+5
|
* [serversetup-bwlp-ipxe] Fix pre-filling title for menu entrySimon Rettberg2019-12-161-2/+2
| | | | | When adding a new item to a menu, the title should be set to the menu entry's name. This broke when the UI was refactored in commit:0064f98651c62
* Fix some typos (found by codespell)Stefan Weil2019-12-142-2/+2
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [serversetup-bwlp-ipxe] Fix updating of default boot entriesSimon Rettberg2019-12-111-1/+2
| | | | | Fix: "builtin" and "module" columns would not be updated if the according entry already exists.
* [serversetup-bwlp-ipxe/minilinux] Add comments, fix minor logic bugSimon Rettberg2019-12-102-5/+22
| | | | | | Saving a boot entry didn't properly check the validity of a hook's ID, which was broken anyways, so the invalid check didn't uncover that the actual cheking code didn't work either.
* [serversetup-bwlp-ipxe] Fix initrd= command line for EFISimon Rettberg2019-12-071-5/+9
| | | | | | initrd=cpio1,cpio2 is syslinux syntax and not understood by the kernel when booting in EFI mode. The proper way to this is initrd=cpio1 initrd=cpio2 ...
* [serversetup-bwlp-ipxe] Fix query accordingly :-/Simon Rettberg2019-10-291-2/+2
|
* [serversetup-bwlp-ipxe] Update default menu entriesSimon Rettberg2019-10-291-26/+19Star
| | | | Adapt to new minilinux module stuff.
* [serversetup-bwlp-ipxe] UI/UX tweaksSimon Rettberg2019-10-176-206/+237
| | | | | | * Decluttered bootentry View in menu editor * Show details for hook bootentry in menu editor * Buttons for "save and reload" in menu/bootentry editor
* [serversetup-bwlp-ipxe/minilinux] Further improvementsSimon Rettberg2019-10-174-32/+65
| | | | | | * Distinction between BIOS and EFI for ipxe hook in minilinux * Debug KCL modifier customizable by update meta data * Bugfixes, minor refactoring...
* [serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxeSimon Rettberg2019-10-166-26/+170
|
* [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]Simon Rettberg2019-09-2414-198/+658
|
* [serversetup-bwlp-ipxe] Use badge for refcount in bootentry tableSimon Rettberg2019-04-171-1/+3
|
* [serversetup-bwlp-ipxe] Show default selection of inherited menuSimon Rettberg2019-04-174-2/+22
|
* [*] de: Script -> SkriptSimon Rettberg2019-04-171-3/+3
|
* [serversetup-bwlp-ipxe] Make sure we always have a default entrySimon Rettberg2019-04-163-3/+17
|
* [serversetup-bwlp-ipxe] Fix permcheck for menu edit in menu listSimon Rettberg2019-04-161-1/+1
|
* [serversetup-bwlp-ipxe] Show parent menu in location assign dialogSimon Rettberg2019-04-163-1/+8
|
* [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] Add debug-shell boot entrySimon Rettberg2019-04-111-1/+16
|
* [serversetup-bwlp-ipxe] Fix submenu permission handlingSimon Rettberg2019-04-101-2/+4
|
* [serversetup-bwlp-ipxe] Fix resetting of default bootentries on installSimon Rettberg2019-04-032-2/+5
|
* [serversetup-bwlp-ipxe] Reset bwlp bootentries on installSimon Rettberg2019-04-032-3/+5
|
* [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] PHP 5.6 compatSimon Rettberg2019-03-281-2/+2
|
* [serversetup-bwlp-ipxe] Fix duplicating builtin bootentrySimon Rettberg2019-03-281-1/+1
|
* [serversetup-bwlp-ipxe] Escape model names for form field namesSimon Rettberg2019-03-272-3/+4
|
* [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFISimon Rettberg2019-03-277-60/+127
|
* [serversetup-bwlp-ipxe] Fix: Menu titles won't be used as defaultSimon Rettberg2019-03-261-3/+3
| | | | | When adding a new menu item and linking it to another menu, the menu's name wouldn't be used as the item's default name. Fix that.