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 cf68048 commit 674e064Copy full SHA for 674e064
src/ugrd/kmod/kmod.py
@@ -1,5 +1,5 @@
1
__author__ = 'desultory'
2
-__version__ = '2.16.1'
+__version__ = '2.16.2'
3
4
from pathlib import Path
5
from subprocess import run
@@ -124,7 +124,7 @@ def _autodetect_modules_lsmod(self) -> None:
124
125
126
@unset('no_kmod', "no_kmod is enabled, skipping.", log_level=30)
127
-@contains('hostonly', "hostonly is not enabled, skipping.", log_level=30)
+@contains('hostonly', "Skipping kmod autodetection, hostonly is disabled.", log_level=30)
128
def autodetect_modules(self) -> None:
129
""" Autodetects kernel modules from lsmod and/or lspci -k. """
130
if not self['kmod_autodetect_lsmod'] and not self['kmod_autodetect_lspci']:
0 commit comments