From f6900c5c0cc754dd2097206c4d5ce598cb63d59d Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:41:38 +0200 Subject: [PATCH] Enhance upgrade prompt with warning message Added a warning message to inform users about the implications of running the host upgrade. --- misc/build.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/build.func b/misc/build.func index 928d68d42..272dc1f66 100644 --- a/misc/build.func +++ b/misc/build.func @@ -5456,14 +5456,14 @@ create_lxc_container() { local _has_fallback_option=false if [[ "$do_retry" == "yes" ]] && has_previous_os_version_template; then _has_fallback_option=true - echo " [1] Run host upgrade now (recommended)" + echo " [1] Run host upgrade now (recommended). WARNING: this runs apt upgrade and updates all Packeages on your host!" echo " [2] Use an older ${PCT_OSTYPE} template instead (may not work with all scripts)" echo " [3] Ignore" echo " [4] Cancel" echo read -rp "Select option [1/2/3/4]: " _ans