Merge branch 'systemd-boot' into 'master'

systemd-boot: fixup: UEFI_MOUNT option --path= > --esp-path=

Closes #292

See merge request applications/manjaro-architect!279
merge-requests/279/merge
Philip H 11 months ago
commit eb2669dcc5

@ -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