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.
1 parent 7e6a1bc commit 6f859d5Copy full SHA for 6f859d5
releng/docker/image-build.sh
@@ -28,7 +28,7 @@ usage() {
28
series take the form <major>.<minor> and correspond to Void packages
29
linux<kver> and linux<kver>-headers
30
31
- Default: install 5.10, 5.15 and 6.1
+ Default: install 6.1, 6.6 and 6.12
32
33
(One version per argument; may be repeated as needed)
34
@@ -122,7 +122,7 @@ fi
122
123
# Use default kernel series when nothing was specified
124
if [ "${#kern_series[@]}" -lt 1 ]; then
125
- kern_series=( "linux5.10" "linux5.15" "linux6.1" )
+ kern_series=( "linux6.1" "linux6.6" "linux6.12" )
126
fi
127
128
# Populate the correspoding headers list
0 commit comments