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) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 751A89712E for ; Mon, 4 Mar 2024 14:22:07 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5F629173E3 for ; Mon, 4 Mar 2024 14:22:07 +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) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 4 Mar 2024 14:22:06 +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 0F742487B3 for ; Mon, 4 Mar 2024 14:22:06 +0100 (CET) From: Christoph Heiss To: pmg-devel@lists.proxmox.com Date: Mon, 4 Mar 2024 14:21:47 +0100 Message-ID: <20240304132159.899727-1-c.heiss@proxmox.com> X-Mailer: git-send-email 2.43.0 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: [pmg-devel] [PATCH docs 0/8] improve & unify installation(-related) documentation X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2024 13:22:07 -0000 This series in short tries to bring the documentation for the ISO installation flow and anything related to it in line the with respective documentation for PVE. As both products use the same installer (minus small differences such as LVM options and BTRFS support) and overall same basic system setup, it is worth to unify them. This also brings the benefit that future changes should be more easily adaptable to both. As this essentially takes the "best of both worlds" in tries to combine them, an accompanying series is also provided for `pve-docs` on the respective mailing list - so please also take a look there. FWIW; happy to further improve these sections if there suggestions, since I'm already changing a lot anyway. Christoph Heiss (8): gitignore: add package build outputs getting-help: align wording with respective pve-docs page getting-help: add mailing lists link installation: repos: improve & align wording with pve-docs installation: iso: improve & align wording with pve-docs installation: lvm-options: improve & align wording with pve-docs installation: debian: improve & align wording with pve-docs installation: zfs: add advanced zfs configuration section .gitignore | 4 + getting-help.adoc | 40 +++++--- pmg-installation.adoc | 232 ++++++++++++++++++++++++------------------ 3 files changed, 165 insertions(+), 111 deletions(-) -- 2.43.0