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 3A4C197201 for ; Mon, 4 Mar 2024 14:22:29 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 0DF34176C7 for ; Mon, 4 Mar 2024 14:22:29 +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:27 +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 A5A5D48791 for ; Mon, 4 Mar 2024 14:22:27 +0100 (CET) From: Christoph Heiss To: pve-devel@lists.proxmox.com Date: Mon, 4 Mar 2024 14:22:16 +0100 Message-ID: <20240304132221.901327-10-c.heiss@proxmox.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240304132221.901327-1-c.heiss@proxmox.com> References: <20240304132221.901327-1-c.heiss@proxmox.com> 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 9/9] installation: iso: reflow location and password dialog screenshots 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:29 -0000 The same changes were done in commit 4c35e536b ("installation: reword/expand/reflow and fix login thumbnail") in pmg-docs to improve the layout as good as possible. Signed-off-by: Christoph Heiss --- pve-installation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index a94eb3b..2b9cca7 100644 --- a/pve-installation.adoc +++ b/pve-installation.adoc @@ -147,7 +147,7 @@ settings can be changed under xref:advanced_zfs_options[`Advanced Options`]. WARNING: ZFS on top of any hardware RAID is not supported and can result in data loss. -[thumbnail="screenshot/pve-select-location.png", float="left"] +[thumbnail="screenshot/pve-select-location.png"] The next page asks for basic configuration options like your location, time zone, and keyboard layout. The location is used to select a nearby download @@ -156,7 +156,7 @@ to auto-detect these settings, so you only need to change them in rare situations when auto-detection fails, or when you want to use a keyboard layout not commonly used in your country. -[thumbnail="screenshot/pve-set-password.png"] +[thumbnail="screenshot/pve-set-password.png", float="left"] Next the password of the superuser (`root`) and an email address needs to be specified. The password must consist of at least 5 characters. It's highly -- 2.43.0