summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-32/+21Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-2/+2
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [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/minilinux] Further improvementsSimon Rettberg2019-10-171-1/+1
| | | | | | * 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-161-6/+128
|
* [serversetup-bwlp-ipxe]Simon Rettberg2019-09-241-0/+91