installation: repos: improve & align wording with pve-docs

Most of the changes are taken from pve-docs to align the exact wording
in general, as well as changing a few subtle things to improve the
overall reading flow.

The equivalent changes will be done for pve-docs too to ensure they are
really the same in the end.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
Christoph Heiss 2024-11-29 14:05:38 +01:00 committed by Thomas Lamprecht
parent fd2a8f4ae6
commit 72b70a0038

View File

@ -348,10 +348,10 @@ used, ensure that the container always leases the same IP, for example, by
reserving one with the container's network MAC address. reserving one with the container's network MAC address.
Additionally, you can install this on top of a container-based Debian Additionally, you can install this on top of a container-based Debian
installation. After configuring the installation.
xref:pmg_package_repositories[package repositories], you need to run: xref:pmg_package_repositories[After configuring the repositories], you need to
run:
[source,bash]
---- ----
apt update apt update
apt install proxmox-mailgateway-container apt install proxmox-mailgateway-container
@ -427,19 +427,19 @@ enabled by default:
deb https://enterprise.proxmox.com/debian/pmg bookworm pmg-enterprise deb https://enterprise.proxmox.com/debian/pmg bookworm pmg-enterprise
---- ----
As soon as updates are available, the `root@pam` user is notified via As soon as updates are available, the `root@pam` user is notified via email
email about the newly available packages. From the GUI, the change-log of about the newly available packages. From the GUI, the 'Changelog' button in the
each package can be viewed (if available), showing all details of the GUI can be used to see more details about the selected update.
update. Thus, you will never miss important security fixes. Thus, you will never miss important security fixes.
Please note that you need a valid subscription key to access this Please note that you need a valid subscription key to access the
repository. We offer different support levels, which you can find further `pmg-enterprise` repository. We offer different support levels, which you can
details about at {pricing-url}. find further details about at {pricing-url}.
NOTE: You can disable this repository by commenting out the above line NOTE: You can disable this repository by commenting out the above line using a
using a `#` (at the start of the line). This prevents error messages, `#` (at the start of the line). This prevents error messages if your host does
if you do not have a subscription key. Please configure the not have a subscription key. Please configure the `pmg-no-subscription`
`pmg-no-subscription` repository in this case. repository in that case.
{pmg} No-Subscription Repository {pmg} No-Subscription Repository
@ -469,30 +469,29 @@ deb http://download.proxmox.com/debian/pmg bookworm pmg-no-subscription
{pmg} Test Repository {pmg} Test Repository
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
Finally, there is a repository called `pmgtest`. This contains the This repository contains the latest packages and is primarily used by developers
latest packages, and is heavily used by developers to test new to test new features. To configure it, add the following line to
features. As with before, you can configure this using `/etc/apt/sources.list`:
`/etc/apt/sources.list` by adding the following line:
.sources.list entry for `pmgtest` .sources.list entry for `pmgtest`
---- ----
deb http://download.proxmox.com/debian/pmg bookworm pmgtest deb http://download.proxmox.com/debian/pmg bookworm pmgtest
---- ----
WARNING: the `pmgtest` repository should only be used WARNING: The `pmgtest` repository should (as the name implies) only be used for
for testing new features or bug fixes. testing new features or bug fixes.
SecureApt SecureApt
~~~~~~~~~ ~~~~~~~~~
We use GnuPG to sign the `Release` files inside these repositories, The 'Release' files in the repositories are signed with GnuPG. APT is using
and APT uses these signatures to verify that all packages are from a these signatures to verify that all packages are from a trusted source.
trusted source.
The key used for verification is already installed, if you install from If you install {pmg} from an official ISO image, the key for verification is
our installation CD. If you install via another means, you can manually already installed.
download the key by executing the following command as root user:
If you install {pmg} on top of Debian, download and install
the key by executing the following commands as `root` user:
---- ----
# wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg # wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg