* [PATCH proxmox-datacenter-manager] docs: install: add container-metapackage
@ 2026-05-28 12:31 Stoiko Ivanov
2026-05-28 21:37 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Stoiko Ivanov @ 2026-05-28 12:31 UTC (permalink / raw)
To: pdm-devel
while installing on top of a plain debian container following the docs
I noticed that the proxmox-default-kernel got pulled in.
This is the result of adding the proxmox-datacenter-manager-meta as
Recommends in:
748aad6c ("d/control: recommend installing meta package")
(to ensure users pulled that in when upgrading from the beta)
As there is now a proxmox-datacenter-manager-container-meta package
available which covers the case of containers/sticking with the
existing kernel:
25ab21e (add proxmox-datacenter-manager-container-meta)
use that in our documentation accordingly.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
docs/installation.rst | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/docs/installation.rst b/docs/installation.rst
index e6b8ffb3..837aeaa3 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -60,20 +60,18 @@ standard Debian installation. After configuring the
.. code-block:: console
# apt update
- # apt install proxmox-datacenter-manager proxmox-datacenter-manager-ui
+ # apt install proxmox-datacenter-manager-container-meta
The above commands keep the current (Debian) kernel and install a minimal set
of required packages.
-You can install the Proxmox default kernel with ZFS support by using:
+You can install the Proxmox default kernel with ZFS support by using the regular
+meta-package:
.. code-block:: console
# apt update
- # apt install proxmox-default-kernel
-
-..
- add meta package
+ # apt install proxmox-datacenter-manager-meta
.. caution:: Installing Proxmox Datacenter Manager on top of an existing Debian_
installation looks easy, but it assumes that the base system and local
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* applied: [PATCH proxmox-datacenter-manager] docs: install: add container-metapackage
2026-05-28 12:31 [PATCH proxmox-datacenter-manager] docs: install: add container-metapackage Stoiko Ivanov
@ 2026-05-28 21:37 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-05-28 21:37 UTC (permalink / raw)
To: pdm-devel, Stoiko Ivanov
On Thu, 28 May 2026 14:31:15 +0200, Stoiko Ivanov wrote:
> while installing on top of a plain debian container following the docs
> I noticed that the proxmox-default-kernel got pulled in.
> This is the result of adding the proxmox-datacenter-manager-meta as
> Recommends in:
> 748aad6c ("d/control: recommend installing meta package")
> (to ensure users pulled that in when upgrading from the beta)
>
> [...]
Applied, thanks!
[1/1] docs: install: add container-metapackage
commit: fb09f0298b65a558105926339c5cc5c1d1d04d89
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-28 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 12:31 [PATCH proxmox-datacenter-manager] docs: install: add container-metapackage Stoiko Ivanov
2026-05-28 21:37 ` applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.