Skip to content
Snippets Groups Projects
Commit 08939f8a authored by Philip H's avatar Philip H :surfer:
Browse files

fixup: bootctl install

parent 2eefd122
No related branches found
No related tags found
1 merge request!282fixup: bootctl install
...@@ -651,7 +651,7 @@ install_systemd_boot() { ...@@ -651,7 +651,7 @@ install_systemd_boot() {
DIALOG " $_InstUefiBtTitle " --yesno "\n$_InstSystdBBody\n " 0 0 || return 0 DIALOG " $_InstUefiBtTitle " --yesno "\n$_InstSystdBBody\n " 0 0 || return 0
clear clear
arch_chroot "bootctl --esp-path=${UEFI_MOUNT} --boot-path=/boot install" 2>$ERR arch_chroot "bootctl install" 2>$ERR
basestrap ${MOUNTPOINT} systemd-boot-manager basestrap ${MOUNTPOINT} systemd-boot-manager
arch_chroot "sdboot-manage gen" 2>$ERR arch_chroot "sdboot-manage gen" 2>$ERR
check_for_error "systemd-boot" $? check_for_error "systemd-boot" $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment