summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* [serversetup-bwlp-ipxe] Check for valid IP address before importSimon Rettberg2019-03-263-0/+6
|
* [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] Don't show compile progress on every subpageSimon Rettberg2019-03-261-8/+12
| | | | Only show on menulist, address-config and download
* [serversetup-bwlp-ipxe] Don't compile iPXE if serverip is invalidSimon Rettberg2019-03-251-1/+3
|
* [serversetup-bwlp-ipxe] Kill unused PxeMenu->hash()Simon Rettberg2019-03-251-33/+0Star
|
* [serversetup-bwlp-ipxe] Direct boot for menus with one itemSimon Rettberg2019-03-252-1/+31
|
* [serversetup-bwlp-ipxe] Support DEFAULT directive of pxelinuxSimon Rettberg2019-03-252-1/+21
|
* [serversetup-bwlp-ipxe] Fix type error (BootEntry vs PxeSection)Simon Rettberg2019-03-251-7/+6Star
|
* [serversetup-bwlp-ipxe] Redirect to serveraddr page if invalidSimon Rettberg2019-03-251-0/+4
|
* [serversetup-bwlp-ipxe] On empty bootentry list, import subnets tooSimon Rettberg2019-03-251-0/+6
|
* [serversetup-bwlp-ipxe] Make imported labels lowercaseSimon Rettberg2019-03-251-1/+1
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-252-115/+65Star
|