From 81fc06784ec593ae01893842c1ca090503d3ce9f Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 28 Jun 2022 17:32:13 +0200 Subject: [PATCH] chore: add warning about changing mirrors --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index caecfb5..970e5b3 100755 --- a/configure +++ b/configure @@ -1324,7 +1324,7 @@ function PORTAGE_GIT_FULL_HISTORY_menu() { function PORTAGE_GIT_MIRROR_tag() { echo " └ Git mirror"; } function PORTAGE_GIT_MIRROR_label() { echo " └ ($(ellipsis 20 "$PORTAGE_GIT_MIRROR"))"; } function PORTAGE_GIT_MIRROR_show() { one_of "$PORTAGE_SYNC_TYPE" "git"; } -function PORTAGE_GIT_MIRROR_help() { echo "The portage git mirror is the git endpoint that is used to sync the portage tree."; } +function PORTAGE_GIT_MIRROR_help() { echo "The portage git mirror is the git endpoint that is used to sync the portage tree. You usually should not need to change this!"; } function PORTAGE_GIT_MIRROR_menu() { dialog \ --title "Select portage git mirror" \ @@ -1341,7 +1341,7 @@ function GENTOO_MIRROR_help() { echo "Enter the initial gentoo mirror that shou function GENTOO_MIRROR_menu() { dialog \ --title "Select gentoo mirror" \ - --inputbox "Enter the initial gentoo mirror that should be used for the installation process (until mirrorselect is run)." \ + --inputbox "Enter the initial gentoo mirror that should be used for the system (or until mirrorselect is run). You need to enter the FULL PATH to the tree including relevant subdirectories. Leave this as it is if in doubt!" \ "${INPUTBOX_SIZE[@]}" "$GENTOO_MIRROR" GENTOO_MIRROR=($dialog_out) UNSAVED_CHANGES=true