summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/inc/minilinux.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [minilinux] dnbd3-check: Handle RID, support 32bit phpSimon Rettberg2020-02-271-5/+9
|
* [minilinux] Show warning if stage4 cannot be replicatedSimon Rettberg2020-02-261-0/+75
|
* [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>
* [minilinux] Remove debug outputSimon Rettberg2019-12-101-1/+0Star
|
* [minilinux] Fix deleting orphaned/empty branchesSimon Rettberg2019-12-071-5/+3Star
|
* [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