From fe4b59721d874a9f161ec33435fef18dd58da08f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 7 Jan 2023 15:53:29 +0100 Subject: [PATCH] CANCEL="" at the beginning --- usr/lib/archboot/installer/bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 1fbdb3043..923858851 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -985,6 +985,7 @@ choose_bootloader() { } install_bootloader() { + CANCEL="" destdir_mounts || return 1 if [[ "${NAME_SCHEME_PARAMETER_RUN}" == "" ]]; then set_device_name_scheme || return 1 @@ -999,4 +1000,3 @@ install_bootloader() { choose_bootloader [[ -z "${CANCEL}" ]] && NEXTITEM="8" } -