We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
legacy
current
cloud
1 parent 57d42ed commit cdb16d5Copy full SHA for cdb16d5
config/sources/families/include/uefi_common.inc
@@ -22,7 +22,7 @@ case "${BRANCH}" in
22
;;
23
cloud)
24
declare -g GRUB_CMDLINE_LINUX_DEFAULT="selinux=0 loglevel=3 max_loop=32"
25
- declare -g KERNEL_MAJOR_MINOR="6.12"
+ declare -g KERNEL_MAJOR_MINOR="6.18"
26
declare -g LINUXCONFIG="linux-uefi-${LINUXFAMILY}-cloud"
27
declare -g INSTALL_ARMBIAN_FIRMWARE="no"
28
declare -g EXTRAWIFI="no"
@@ -34,11 +34,11 @@ case "${BRANCH}" in
34
35
36
legacy)
37
- declare -g KERNEL_MAJOR_MINOR="6.6"
+ declare -g KERNEL_MAJOR_MINOR="6.12"
38
39
40
current)
41
42
43
44
edge)
0 commit comments