summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc
Commit message (Collapse)AuthorAgeFilesLines
* [serversetup-bwlp-ipxe] Fix: Imported PXELINUX entries are invalidSimon Rettberg2020-05-071-2/+3
|
* [serversetup-ipxe] Properly init entry if mode is not StandardBootEntrySimon Rettberg2020-01-241-1/+1
| | | | Fixes #3687
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | 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-101-2/+20
| | | | | | 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/minilinux] Further improvementsSimon Rettberg2019-10-173-29/+62
| | | | | | * 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-163-7/+130
|
* [serversetup-bwlp-ipxe]Simon Rettberg2019-09-245-97/+414
|
* [serversetup-bwlp-ipxe] Show default selection of inherited menuSimon Rettberg2019-04-172-0/+17
|
* [serversetup-bwlp-ipxe] Make sure we always have a default entrySimon Rettberg2019-04-162-0/+9
|
* [serversetup-bwlp-ipxe] Show parent menu in location assign dialogSimon Rettberg2019-04-161-0/+5
|
* [serversetup-bwlp-ipxe] Add debug-shell boot entrySimon Rettberg2019-04-111-1/+16
|
* [serversetup-bwlp-ipxe] Fix resetting of default bootentries on installSimon Rettberg2019-04-031-1/+2
|
* [serversetup-bwlp-ipxe] Reset bwlp bootentries on installSimon Rettberg2019-04-031-3/+3
|
* [serversetup-bwlp-ipxe] PHP 5.6 compatSimon Rettberg2019-03-281-2/+2
|
* [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFISimon Rettberg2019-03-271-5/+36
|
* [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-251-0/+23
|
* [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] Make imported labels lowercaseSimon Rettberg2019-03-251-1/+1
|
* [serversetup-bwlp-ipxe] Fix stdbootentry edit; fix duplicate id in htmlSimon Rettberg2019-03-211-1/+3
|
* [serversetup-bwlp-ipxe] Much better dup detection on importSimon Rettberg2019-03-212-63/+116
|
* [serversetup-bwlp-ipxe] Chainfix: Add netX/ to DHCP opts tooSimon Rettberg2019-03-201-4/+4
|
* [serversetup-bwlp-ipxe] Fix chaining script gen: add netX/ prefixSimon Rettberg2019-03-201-2/+2
|
* [serversetup-bwlp-ipxe] Implement cascaded menusSimon Rettberg2019-03-193-3/+40
|
* [serversetup-bwlp-ipxe] Fix localboot detection for PXELinux importSimon Rettberg2019-03-192-4/+4
|
* [serversetup-bwlp-ipxe] Fix class accessSimon Rettberg2019-03-181-1/+1
|
* [serversetup-bwlp-ipxe] Change bwlp entry: Wrap logo in CPIOSimon Rettberg2019-03-151-3/+3
| | | | | Since ipxe won't wrap files in CPIO in EFI mode, wrap the logo in a cpio on the server, since this works in both, BIOS and EFI mode.
* [serversetup-bwlp-ipxe] Fix: Module name is locations, not locationSimon Rettberg2019-03-111-2/+2
|
* [serversetup-bwlp-ipxe] Skip empty inird entriesSimon Rettberg2019-03-111-1/+5
|
* [serversetup-bwlp-ipxe/locations] Minor fixesSimon Rettberg2019-03-091-3/+4
|
* [serversetup-bwlp-ipxe] Fix bugs, add import featureSimon Rettberg2019-03-082-54/+70
|
* [serversetup-bwlp-ipxe] Improve legacy PXELinux importSimon Rettberg2019-03-072-19/+44
|
* [serversetup-bwlp-ipxe] menu generator: Insert -- to mark end of argumentsSimon Rettberg2019-03-061-2/+2
|
* [serversetup-bwlp-ipxe] Change bwlp-default; add splash screenSimon Rettberg2019-02-281-12/+8Star
|
* [serversetup*] PXELinux and iPXE side-by-sideSimon Rettberg2019-02-126-0/+1347