From: Daan De Meyer Date: Fri, 22 Dec 2023 15:37:17 +0000 (+0100) Subject: Drop SYSTEMD_LOG_LEVEL=debug when installing systemd-boot X-Git-Tag: v20~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa526e96febdcb939c4520b44795e96c727beaed;p=thirdparty%2Fmkosi.git Drop SYSTEMD_LOG_LEVEL=debug when installing systemd-boot This seems to have gotten in accidentally. --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 9ed6b50fa..e036966c9 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -808,7 +808,7 @@ def install_systemd_boot(state: MkosiState) -> None: bwrap( state, ["bootctl", "install", "--root", state.root, "--all-architectures", "--no-variables"], - env={"SYSTEMD_ESP_PATH": "/efi", "SYSTEMD_LOG_LEVEL": "debug"}, + env={"SYSTEMD_ESP_PATH": "/efi"}, ) if state.config.shim_bootloader != ShimBootloader.none: