Merge branch 'systemd-boot' into 'master'

systemd-boot: fixup: bootctl commandline-opts

Closes #292

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

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