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 40FD61FF17B for ; Tue, 1 Oct 2024 16:23:50 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7E4D338FFC; Tue, 1 Oct 2024 16:24:08 +0200 (CEST) From: Christoph Heiss To: pbs-devel@lists.proxmox.com Date: Tue, 1 Oct 2024 16:23:29 +0200 Message-ID: <20241001142353.863405-1-c.heiss@proxmox.com> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.029 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 Subject: [pbs-devel] [PATCH proxmox-backup 0/3] docs: add installation media & wizard documentation X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" This series adds documentation on how to create a proper installation media, as well as how to use our installation wizard. Mostly taken from the existing PVE/PMG equivalent, adapted as needed of course. Patch #3 contains all the new images and can be found in full on my corresponding staff branch - see also the note attached to that patch. Christoph Heiss (3): docs: add installation media preparation guide docs: add installation wizard guide docs: images: add installer guide screenshots .../screenshots/pbs-installer-grub-menu.png | Bin 0 -> 66840 bytes .../screenshots/pbs-installer-location.png | Bin 0 -> 146079 bytes .../screenshots/pbs-installer-network.png | Bin 0 -> 156355 bytes .../screenshots/pbs-installer-password.png | Bin 0 -> 144742 bytes .../screenshots/pbs-installer-progress.png | Bin 0 -> 165959 bytes .../screenshots/pbs-installer-select-disk.png | Bin 0 -> 168424 bytes .../screenshots/pbs-installer-summary.png | Bin 0 -> 141937 bytes docs/images/screenshots/pbs-tui-installer.png | Bin 0 -> 4729 bytes docs/installation-media.rst | 147 ++++++++ docs/installation.rst | 25 +- docs/local-zfs.rst | 1 + docs/system-requirements.rst | 2 + docs/using-the-installer.rst | 345 ++++++++++++++++++ 13 files changed, 500 insertions(+), 20 deletions(-) create mode 100644 docs/images/screenshots/pbs-installer-grub-menu.png create mode 100644 docs/images/screenshots/pbs-installer-location.png create mode 100644 docs/images/screenshots/pbs-installer-network.png create mode 100644 docs/images/screenshots/pbs-installer-password.png create mode 100644 docs/images/screenshots/pbs-installer-progress.png create mode 100644 docs/images/screenshots/pbs-installer-select-disk.png create mode 100644 docs/images/screenshots/pbs-installer-summary.png create mode 100644 docs/images/screenshots/pbs-tui-installer.png create mode 100644 docs/installation-media.rst create mode 100644 docs/using-the-installer.rst -- 2.46.0 _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel