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 4adbbaa commit 569a203Copy full SHA for 569a203
library/collect_kernel_info.py
@@ -36,7 +36,7 @@ def main():
36
booted_kernel = "/lib/modules/{}".format(to_text(
37
subprocess.run(["uname", "-r"], capture_output=True).stdout).strip())
38
39
- booted_kernel_package = ""
+ booted_kernel_packages = ""
40
old_kernel_packages = []
41
if params['lookup_packages']:
42
for kernel in kernels:
0 commit comments