From 7cf7c2d3eecf3328ae236fd2505215f365b031e1 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Tue, 13 Aug 2019 20:55:48 +0200 Subject: [PATCH] change repository urls to buster and adapt the location of the signing key and its hashsums. Signed-off-by: Stoiko Ivanov --- pmg-installation.adoc | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pmg-installation.adoc b/pmg-installation.adoc index dfd2cff..3fb2e99 100644 --- a/pmg-installation.adoc +++ b/pmg-installation.adoc @@ -2,7 +2,7 @@ Installation ============ {pmg} is based on Debian and comes with an installation CD-ROM -which includes a complete Debian ("stretch" for version 5.x) system as +which includes a complete Debian ("buster" for version 6.x) system as well as all necessary {pmg} packages. The installer just asks you a few questions, then partitions the local @@ -283,12 +283,12 @@ acquired by `apt-get update`. .File `/etc/apt/sources.list` ---- -deb http://ftp.debian.org/debian stretch main contrib +deb http://ftp.debian.org/debian buster main contrib -deb http://ftp.debian.org/debian stretch-updates main contrib +deb http://ftp.debian.org/debian buster-updates main contrib # security updates -deb http://security.debian.org stretch/updates main contrib +deb http://security.debian.org buster/updates main contrib ---- In addition, {pmg} provides three different package repositories. @@ -304,7 +304,7 @@ enabled by default: .File `/etc/apt/sources.list.d/pmg-enterprise.list` ---- -deb https://enterprise.proxmox.com/debian/pmg stretch pmg-enterprise +deb https://enterprise.proxmox.com/debian/pmg buster pmg-enterprise ---- As soon as updates are available, the `root@pam` user is notified via @@ -334,14 +334,14 @@ We recommend to configure this repository in `/etc/apt/sources.list`. .File `/etc/apt/sources.list` ---- -deb http://ftp.debian.org/debian stretch main contrib +deb http://ftp.debian.org/debian buster main contrib # PMG pmg-no-subscription repository provided by proxmox.com, # NOT recommended for production use -deb http://download.proxmox.com/debian/pmg stretch pmg-no-subscription +deb http://download.proxmox.com/debian/pmg buster pmg-no-subscription # security updates -deb http://security.debian.org stretch/updates main contrib +deb http://security.debian.org buster/updates main contrib ---- @@ -355,7 +355,7 @@ features. As usual, you can configure this using .sources.list entry for `pmgtest` ---- -deb http://download.proxmox.com/debian/pmg stretch pmgtest +deb http://download.proxmox.com/debian/pmg buster pmgtest ---- WARNING: the `pmgtest` repository should (as the name implies) only be used @@ -373,20 +373,20 @@ The key used for verification is already installed if you install from our installation CD. If you install by other means, you can manually download the key with: - # wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg + # wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg Please verify the checksum afterwards: ---- -# sha512sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg -ffb95f0f4be68d2e753c8875ea2f8465864a58431d5361e88789568673551501ae574283a4e0492f17d79dc67edfb173a56a6304dea39e01f249ebdabc9f074a /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg +# sha512sum /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg +acca6f416917e8e11490a08a1e2842d500b3a5d9f322c6319db0927b2901c3eae23cfb5cd5df6facf2b57399d3cfa52ad7769ebdd75d9b204549ca147da52626 /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg ---- or ---- -# md5sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg -511d36d0f1350c01c42a3dc9f3c27939 /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg +# md5sum /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg +f3f6c5a3a67baf38ad178e5ff1ee270c /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg ----