From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 56EE697206 for ; Mon, 4 Mar 2024 14:22:29 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 17AC6176C8 for ; Mon, 4 Mar 2024 14:22:29 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 4 Mar 2024 14:22:28 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id C8746420EA for ; Mon, 4 Mar 2024 14:22:27 +0100 (CET) From: Christoph Heiss To: pve-devel@lists.proxmox.com Date: Mon, 4 Mar 2024 14:22:12 +0100 Message-ID: <20240304132221.901327-6-c.heiss@proxmox.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240304132221.901327-1-c.heiss@proxmox.com> References: <20240304132221.901327-1-c.heiss@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.005 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pve-devel] [PATCH docs 5/9] package-repos: align wording with pmg-docs X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2024 13:22:29 -0000 These are phrased better and more expansive in pmg-docs, so take them from there and only slightly adapt naming as needed. Signed-off-by: Christoph Heiss --- pve-package-repos.adoc | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index b0c2a95..1f23078 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -69,9 +69,14 @@ deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise The `root@pam` user is notified via email about available updates. Click the 'Changelog' button in the GUI to see more details about the selected update. -You need a valid subscription key to access the `pve-enterprise` repository. -Different support levels are available. Further details can be found at -{pricing-url}. +As soon as updates are available, the `root@pam` user is notified via email +about the newly available packages. From the GUI, the 'Changelog' button in the +GUI can be used to see more details about the selected update. +Thus, you will never miss important security fixes. + +Please note that you need a valid subscription key to access the +`pve-enterprise` repository. We offer different support levels, which you can +find further details about at {pricing-url}. NOTE: You can disable this repository by commenting out the above line using a `#` (at the start of the line). This prevents error messages if your host does @@ -82,9 +87,10 @@ repository in that case. {pve} No-Subscription Repository ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -This is the recommended repository for testing and non-production use. Its -packages are not as heavily tested and validated. You don't need a subscription key -to access the `pve-no-subscription` repository. +As the name suggests, you do not need a subscription key to access +this repository. It can be used for testing and non-production +use. It's not recommended to use this on production servers, as these +packages are not always heavily tested and validated. We recommend to configure this repository in `/etc/apt/sources.list`. -- 2.43.0