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 ad1da14 commit a711970Copy full SHA for a711970
tools/collect-kernel-config
@@ -38,7 +38,7 @@ readonly output_dir
38
mkdir -p ${output_dir}
39
echo "Created ${output_dir}"
40
41
-for kernel in 5.15 6.1; do
+for kernel in 5.15 6.1 6.12; do
42
for arch in x86_64 aarch64; do
43
rpm2cpio ./build/rpms/kernel-${kernel}/bottlerocket-kernel-${kernel}-${kernel}*.${arch}.rpm | cpio --extract --to-stdout ./boot/config > ${output_dir}/config-${kernel}-${arch}.config
44
done
0 commit comments