summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/inc
Commit message (Collapse)AuthorAgeFilesLines
* [minilinux] Some more 8.x warningsSimon Rettberg2023-10-091-2/+2
|
* [minilinux] Fix deprecation warning on PHP 8.xSimon Rettberg2023-10-061-2/+2
|
* [minilinux] Only create new branch if it contains any versionsSimon Rettberg2023-07-281-9/+20
|
* [minilinux] Better error handling if list download failsSimon Rettberg2023-07-251-4/+5
|
* [minilinux] Make title db columns longerSimon Rettberg2023-07-171-2/+2
|
* [minilinux] Stricter check for stage 4 availabilitySimon Rettberg2023-06-131-4/+14
|
* [minilinux] Minor design tweaks to listSimon Rettberg2023-06-121-3/+3
| | | | | | - Hackish way to hide sort-order inlined in title - Border for change-log - Shorten cooldown for list update to 3 minutes (was 10)
* [minilinux] Add support for branch colors and changelogsSimon Rettberg2022-11-031-9/+15
|
* [minilinux] Update KCL flagsSimon Rettberg2022-09-121-2/+2
|
* [minilinux] Add option to force another DHCP request in initramfsSimon Rettberg2022-06-091-0/+7
|
* [serversetup-bwlp-ipxe] Force default boot entry to MiniLinux for dedicated ↵Simon Rettberg2022-05-021-1/+1
| | | | PVSmgr
* [passthrough] New module for managing hardware passthrough for QEMUSimon Rettberg2022-03-091-7/+13
|
* [locations/minilinux] Minor cleanups and fixesSimon Rettberg2021-06-241-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-111-3/+3
| | | | | | | * 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
* [minilinux] Fix: List of used menus was incompleteSimon Rettberg2021-05-071-6/+3Star
|
* [minilinux] Remove debug logSteffen Ritter2021-05-031-1/+0Star
|
* [minilinux] Prevent overflowSimon Rettberg2021-04-211-1/+2
|
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-251-1/+1
|
* [minilinux] Remove unused local varSimon Rettberg2020-10-291-1/+0Star
|
* [minilinux] Show which menu(entries) and locations use a versionSimon Rettberg2020-08-281-0/+83
|
* [minilinux] (bootentry-hook) Add entry for "latest from branch"Simon Rettberg2020-07-101-5/+24
| | | | | The iPXE menu item of type "minilinux" will now show an option to automatically use the latest locally installed version for each branch.
* [serversetup-bwlp-ipxe] Progress on new structure (+bash)Simon Rettberg2020-07-101-1/+3
|
* [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>
* [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