From f4d16619ad8044a974cc0ba6217c248a90b4a751 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 5 Jun 2024 09:25:54 +0200 Subject: [PATCH] fix mountpoints --- usr/lib/archboot/installer/bootloader.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index cb573e3c3..157377186 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -231,6 +231,7 @@ _install_bootloader_uefi() { _install_bootloader() { _S_BOOTLOADER="" + _NEXTITEM=4 _destdir_mounts || return 1 # switch for mbr usage if [[ -z "${_NAME_SCHEME_PARAMETER_RUN}" ]]; then