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 16d1459 commit 7b498f6Copy full SHA for 7b498f6
1 file changed
archinstall/lib/installer.py
@@ -1174,7 +1174,7 @@ def _add_systemd_bootloader(
1174
1175
# TODO: This is a temporary workaround to deal with https://github.com/archlinux/archinstall/pull/3396#issuecomment-2996862019
1176
# the systemd_version check can be removed once `--variables=BOOL` is merged into systemd.
1177
- systemd_version = int(self.pacman.run("-Q systemd").trace_log.split(b" ")[1][:3].decode())
+ systemd_version = int(self.pacman.run('-Q systemd').trace_log.split(b' ')[1][:3].decode())
1178
# Install the boot loader
1179
try:
1180
# Force EFI variables since bootctl detects arch-chroot
0 commit comments