summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/ipxe.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-76/+70Star
|
* Moderize Database handlingSimon Rettberg2021-05-111-2/+2
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-251-2/+2
|
* [serversetup-bwlp-ipxe] Start refactoring ipxe script generatorSimon Rettberg2020-06-101-6/+4Star
| | | | | | | 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] 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] 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-171-0/+26
| | | | | | * Distinction between BIOS and EFI for ipxe hook in minilinux * Debug KCL modifier customizable by update meta data * Bugfixes, minor refactoring...
* [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] Support DEFAULT directive of pxelinuxSimon Rettberg2019-03-251-1/+3
|
* [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] Much better dup detection on importSimon Rettberg2019-03-211-63/+96
|
* [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] Fix localboot detection for PXELinux importSimon Rettberg2019-03-191-2/+2
|
* [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/locations] Minor fixesSimon Rettberg2019-03-091-3/+4
|
* [serversetup-bwlp-ipxe] Fix bugs, add import featureSimon Rettberg2019-03-081-45/+66
|
* [serversetup-bwlp-ipxe] Improve legacy PXELinux importSimon Rettberg2019-03-071-7/+16
|
* [serversetup-bwlp-ipxe] Change bwlp-default; add splash screenSimon Rettberg2019-02-281-12/+8Star
|
* [serversetup*] PXELinux and iPXE side-by-sideSimon Rettberg2019-02-121-0/+453