summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [serversetup-bwlp-ipxe] Add initial support for GRUB menusSimon Rettberg2024-02-231-1/+4
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-48/+47Star
|
* [serversetup-bwlp-ipxe] Fix missing column in querySimon Rettberg2023-10-231-2/+2
|
* [serversetup-bwlp-ipxe] Fix array accessSimon Rettberg2022-05-021-1/+1
|
* [serversetup-bwlp-ipxe] Force default boot entry to MiniLinux for dedicated ↵Simon Rettberg2022-05-021-3/+22
| | | | PVSmgr
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * 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-1/+1
|
* [serversetup-bwlp-ipxe] Progress on new structure (+bash)Simon Rettberg2020-07-101-0/+2
|
* [serversetup-bwlp-ipxe] Start refactoring ipxe script generatorSimon Rettberg2020-06-101-80/+69Star
| | | | | | | 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 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/minilinux] Further improvementsSimon Rettberg2019-10-171-28/+35
| | | | | | * 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-0/+1
|
* [serversetup-bwlp-ipxe]Simon Rettberg2019-09-241-95/+159
|
* [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-211-0/+20
|
* [serversetup-bwlp-ipxe] Implement cascaded menusSimon Rettberg2019-03-191-0/+35
|
* [serversetup-bwlp-ipxe] Skip empty inird entriesSimon Rettberg2019-03-111-1/+5
|
* [serversetup-bwlp-ipxe] Improve legacy PXELinux importSimon Rettberg2019-03-071-12/+28
|
* [serversetup*] PXELinux and iPXE side-by-sideSimon Rettberg2019-02-121-0/+258