From 1ce1f83698324b245ce7952e78580655a554033a Mon Sep 17 00:00:00 2001 From: Philip H <2294-pheiduck@users.noreply.gitlab.manjaro.org> Date: Sun, 25 Jun 2023 18:50:42 +0000 Subject: [PATCH] systemd-boot: fixup: bootctl commandline-opts --- lib/util-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-base.sh b/lib/util-base.sh index f3c01d0..9e03d5c 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -653,7 +653,7 @@ install_systemd_boot() { DIALOG " $_InstUefiBtTitle " --yesno "\n$_InstSystdBBody\n " 0 0 || return 0 clear - arch_chroot "bootctl --path=${UEFI_MOUNT} install" 2>$ERR + arch_chroot "bootctl --esp-path=${UEFI_MOUNT} --boot-path=/boot install" 2>$ERR basestrap ${MOUNTPOINT} systemd-boot-manager arch_chroot "sdboot-manage gen" 2>$ERR check_for_error "systemd-boot" $?