From 1379eb89a9b7d89345d85fc7cef27e9dd0d7a32f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 15 Jan 2023 21:17:07 +0100 Subject: [PATCH] fix raid_partition --- usr/lib/archboot/installer/blockdevices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/blockdevices.sh b/usr/lib/archboot/installer/blockdevices.sh index 5b8697d9e..abdaaf0c1 100644 --- a/usr/lib/archboot/installer/blockdevices.sh +++ b/usr/lib/archboot/installer/blockdevices.sh @@ -565,7 +565,7 @@ _createmd() _dialog --msgbox "Error creating ${_RAIDDEV} (see ${_LOG} for details)." 0 0 return 1 fi - if [[ -n ${_RAID_DEVITION} ]]; then + if [[ -n "${_RAID_PARTITION}" ]]; then # switch for mbr usage _set_guid if [[ -z "${_GUIDPARAMETER}" ]]; then