Fixes #350 hopefully. This reverts an old hotfix to make systemd-boot work with dualboot variables. This **NEEDS** to be tested together with a Windows installation dual-boot setup, because this is where variable writing caused issues before.

This commit is contained in:
Anton Hvornum 2021-04-29 10:01:43 +02:00
parent 9fd87a4b53
commit 1708f1850d
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ class Installer():
# And in which case we should do some clean up.
# Install the boot loader
sys_command(f'/usr/bin/arch-chroot {self.target} bootctl --no-variables --path=/boot install')
sys_command(f'/usr/bin/arch-chroot {self.target} bootctl --path=/boot install')
# Modify or create a loader.conf
if os.path.isfile(f'{self.target}/boot/loader/loader.conf'):