From 632eb55b5235a983bca4db7da0519293ea3d32b9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 3 Feb 2023 15:48:23 +0100 Subject: [PATCH] fix menu --- usr/lib/archboot/installer/bootloader.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index d1cc5469d..6b6176817 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -960,7 +960,10 @@ _install_bootloader() { _set_device_name_scheme || return 1 fi if [[ -z "${_S_SRC}" ]]; then - _select_source || return 1 + if ! _select_source; then + _NEXTITEM="7" + return 1 + fi fi _prepare_pacman if [[ -n "${_UCODE}" ]]; then