summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/inc
Commit message (Collapse)AuthorAgeFilesLines
* [minilinux] Set downloaded linux as default if it's the first/only oneSimon Rettberg2020-01-151-2/+21
|
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [serversetup-bwlp-ipxe/minilinux] Add comments, fix minor logic bugSimon Rettberg2019-12-101-0/+2
| | | | | | 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.
* [minilinux] Remove debug outputSimon Rettberg2019-12-101-1/+0Star
|
* [minilinux] Make Linux fast againSimon Rettberg2019-12-101-2/+10
| | | | | Add boot option that adds all the KCL options to disable CPU security flaw mitigations.
* [minilinux] Fix deleting orphaned/empty branchesSimon Rettberg2019-12-071-5/+3Star
|
* [minilinux] Allow absolute paths for initrdsSimon Rettberg2019-10-291-1/+3
|
* [minilinux] Move LinuxBootEntryHook to own fileSimon Rettberg2019-10-291-0/+150
| | | | | | 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-2/+8
| | | | | | * 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-4/+134
|
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-091-0/+228
* 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