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)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id A7C4D971E4 for ; Mon, 4 Mar 2024 14:22:27 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 914F9175CF for ; Mon, 4 Mar 2024 14:22:27 +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)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 4 Mar 2024 14:22:26 +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 BFE5D48791 for ; Mon, 4 Mar 2024 14:22:26 +0100 (CET) From: Christoph Heiss To: pve-devel@lists.proxmox.com Date: Mon, 4 Mar 2024 14:22:07 +0100 Message-ID: <20240304132221.901327-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: [pve-devel] [PATCH docs 0/9] improve & unify installation(-related) documentation 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: , X-List-Received-Date: Mon, 04 Mar 2024 13:22:27 -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 PMG. 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 `pmg-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. RFC: It might be worth to introduce some common/shared documentation "base" for PVE & PMG? There are definitely some more things that could be shared. E.g. the ZFS administration guide, that is also applicable to PMG. Christoph Heiss (9): gitignore: add package build outputs asciidoc: introduce `pricing-url` variable, much like pmg-docs local-btrfs: unify casing for btrfs getting-help: forum: align wording with pmg-docs package-repos: align wording with pmg-docs installation: iso: improve & align wording with pmg-docs installation: lvm-options: improve & align wording with pmg-docs installation: zfs-options: improve & align wording with pmg-docs installation: iso: reflow location and password dialog screenshots .gitignore | 3 + asciidoc/asciidoc-pve.conf | 1 + getting-help.adoc | 10 +-- local-btrfs.adoc | 8 +- pve-installation.adoc | 148 ++++++++++++++++++++++++------------- pve-package-repos.adoc | 18 +++-- 6 files changed, 120 insertions(+), 68 deletions(-) -- 2.43.0