From 7680982315274c598d0e487288c014f6f2c3f0a5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 13 May 2023 07:31:12 -0400 Subject: [PATCH] Update haos-vm.sh change storage menu message --- vm/haos-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh index 27c8e64e..46c4bc08 100644 --- a/vm/haos-vm.sh +++ b/vm/haos-vm.sh @@ -369,7 +369,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then else while [ -z "${STORAGE:+x}" ]; do STORAGE=$(whiptail --title "Storage Pools" --radiolist \ - "Which storage pool you would like to use for the HAOS VM?\n\n" \ + "Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \ 16 $(($MSG_MAX_LENGTH + 23)) 6 \ "${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit done