summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/hooks/ipxe-bootentry.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [minilinux] Move LinuxBootEntryHook to own fileSimon Rettberg2019-10-291-142/+0Star
| | | | | | Under certain conditions the ipxe-bootentry hook would be executed multiple times, resuting in a fatal error because the class would be declared multiple times.
* [serversetup-bwlp-ipxe/minilinux] Further improvementsSimon Rettberg2019-10-171-30/+46
| | | | | | * 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-19/+106
|
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-091-0/+42
* You can supply multiple sources for updates (URLs) * Sources can provide multiple branches * Each branch can supply multiple versions (eg. updates) TODO: Set global default version TODO: Supply hook to serversetup-ipxe to add specific boot entries TODO: UX polish TODO: phpdoc/polish