浏览代码

Update haos-vm.sh

change storage menu message
tteckster 2 年之前
父节点
当前提交
7680982315
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vm/haos-vm.sh

+ 1 - 1
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