diff --git a/packages/base/all/vendor-config-onl/src/python/onl/install/InstallUtils.py b/packages/base/all/vendor-config-onl/src/python/onl/install/InstallUtils.py index 6ddea109..106a99a7 100644 --- a/packages/base/all/vendor-config-onl/src/python/onl/install/InstallUtils.py +++ b/packages/base/all/vendor-config-onl/src/python/onl/install/InstallUtils.py @@ -1065,7 +1065,7 @@ class InitrdContext(SubprocessMixin): if "efivarfs" not in buf: cmd = ('modprobe', 'efivarfs',) try: - self.check_output(cmd, vmode=self.V1) + self.check_output(cmd, vmode=self.V1, stderr=subprocess.STDOUT) except subprocess.CalledProcessError: pass