systemd-boot: fixup: bootctl commandline-opts

merge-requests/280/head
Philip H 11 months ago
parent 1ade323cd2
commit 1ce1f83698

@ -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" $?

Loading…
Cancel
Save