Skip to content

Commit 6f859d5

Browse files
committed
releng/docker/image-build.sh: update default kernel versions
1 parent 7e6a1bc commit 6f859d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

releng/docker/image-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ usage() {
2828
series take the form <major>.<minor> and correspond to Void packages
2929
linux<kver> and linux<kver>-headers
3030
31-
Default: install 5.10, 5.15 and 6.1
31+
Default: install 6.1, 6.6 and 6.12
3232
3333
(One version per argument; may be repeated as needed)
3434
@@ -122,7 +122,7 @@ fi
122122

123123
# Use default kernel series when nothing was specified
124124
if [ "${#kern_series[@]}" -lt 1 ]; then
125-
kern_series=( "linux5.10" "linux5.15" "linux6.1" )
125+
kern_series=( "linux6.1" "linux6.6" "linux6.12" )
126126
fi
127127

128128
# Populate the correspoding headers list

0 commit comments

Comments
 (0)