From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id B27FD1FF183 for ; Wed, 16 Jul 2025 16:56:31 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id AE99D15244; Wed, 16 Jul 2025 16:57:36 +0200 (CEST) From: Shannon Sterz To: pve-devel@lists.proxmox.com Date: Wed, 16 Jul 2025 16:57:02 +0200 Message-Id: <20250716145702.315217-1-s.sterz@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.021 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 RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH docs] pveceph/package-repos: adapt further to new deb822 format 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: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" fixes up some outdated uses of the old package repositories and adds a bit more explanation for users trying to install the firmware package Signed-off-by: Shannon Sterz --- pve-package-repos.adoc | 12 ++++++++++-- pveceph.adoc | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index 18348f6..063bc6f 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -147,8 +147,8 @@ addition to a {pve} Proxmox repository ~~~~~~~~~~~~~~~~~~~~~~ This repository contains the latest packages and is primarily used by developers -to test new features. To configure it, add the following line to -`/etc/apt/sources.list`: +to test new features. To configure it, add the following stanza to the file +`/etc/apt/sources.list.d/proxmox.sources`: .File `/etc/apt/sources.list.d/proxmox.sources` ---- @@ -244,6 +244,14 @@ To be able to install packages from this component, run `editor /etc/apt/sources.list`, append `non-free-firmware` to the end of each `.debian.org` repository line and run `apt update`. +If you upgraded your {pve} 9 install from a previous version of {pve} and have +modernized your package repositories to the new deb822-style, you will need to +adapt `/etc/apt/sources.list.d/debian.sources` instead. Run `editor +/etc/apt/sources.list.d/debian.sources` and add `non-free-firmware` to the lines +starting with `Components:` of each stanza. + +NOTE: Modernizing your package repositories is recommended. Otherwise, `apt` on +Debian Trixie will complain. You can run `apt modernize-sources` to do so. [[repos_secure_apt]] diff --git a/pveceph.adoc b/pveceph.adoc index 79aa045..9e71964 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -302,7 +302,7 @@ pveceph install ---- This sets up an `apt` package repository in -`/etc/apt/sources.list.d/ceph.list` and installs the required software. +`/etc/apt/sources.list.d/ceph.sources` and installs the required software. Initial Ceph configuration via CLI -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel