From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id A4FA11FF133 for ; Mon, 27 Apr 2026 15:33:36 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 572861F631; Mon, 27 Apr 2026 15:33:36 +0200 (CEST) From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= To: pve-devel@lists.proxmox.com Subject: [PATCH docs] fix #7527: install: correctly order screenshots Date: Mon, 27 Apr 2026 15:30:18 +0200 Message-ID: <20260427133301.776565-1-f.gruenbichler@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1777296687309 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.054 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 Message-ID-Hash: OGCYDTKZEBCDLXIZXKJHHL5KILW6KJGG X-Message-ID-Hash: OGCYDTKZEBCDLXIZXKJHHL5KILW6KJGG X-MailFrom: f.gruenbichler@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: the summary comes first, then the actual installation (progress). Signed-off-by: Fabian Grünbichler --- pve-installation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index 146909b..ff56ec8 100644 --- a/pve-installation.adoc +++ b/pve-installation.adoc @@ -204,7 +204,7 @@ that during installation you can either specify an IPv4 or IPv6 address, but not both. To configure a dual-stack node, add additional IP addresses after the installation. -[thumbnail="screenshot/pve-installation.png", float="left"] +[thumbnail="screenshot/pve-install-summary.png", float="left"] The next step shows a summary of the previously selected options. Please re-check every setting and use the `Previous` button if a setting needs to be @@ -214,7 +214,7 @@ After clicking `Install`, the installer begins to format the disks and copy packages to the target disk(s). Please wait until this step has finished; then remove the installation medium and restart your system. -[thumbnail="screenshot/pve-install-summary.png"] +[thumbnail="screenshot/pve-installation.png"] Copying the packages usually takes several minutes, mostly depending on the speed of the installation medium and the target disk performance. -- 2.47.3