From d4fda4f0a94765ee8d70cb43a90854803530ae85 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 21 Nov 2023 15:20:11 +0100 Subject: [PATCH] Update postinstall Add option for no ceph repo --- postinstall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postinstall b/postinstall index cf7a3d3..3b10195 100755 --- a/postinstall +++ b/postinstall @@ -307,7 +307,8 @@ select_ceph_repo(){ none=ON fi ceph_repo_selection=$(whiptail --title "SELECT PVE REPOSITORY" --backtitle "$PROG" \ - --radiolist "Choose Ceph repository" 20 76 4 \ + --radiolist "Choose Ceph repository" 20 76 7 \ + "none" "No Ceph repository" "$none" \ "quincyenterprise" "Ceph Quincy Enterprise repository" "$quincyenterprise" \ "quincynosubscription" "Ceph Quincy No Subscription repository" "$quincynosubscription" \ "quincytest" "Ceph Quincy Testing repository" "$quincytest" \