UEFI: add cloud kernel under cloud branch

This commit is contained in:
Igor Pecovnik
2025-03-26 21:01:37 +01:00
committed by Igor
parent 5a86eede01
commit c20fba9908
5 changed files with 584 additions and 1 deletions

View File

@@ -196,6 +196,9 @@ function interactive_config_ask_branch() {
"edge")
options+=("edge" "Bleeding edge / latest possible")
;;
"cloud")
options+=("cloud" "Cloud optimised minimal LTS kernel")
;;
*)
options+=("${one_kernel_target}" "Experimental ${one_kernel_target} kernel / for Developers")
;;