From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pbs-devel-bounces@lists.proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
	by lore.proxmox.com (Postfix) with ESMTPS id C35CA1FF17B
	for <inbox@lore.proxmox.com>; Tue,  1 Oct 2024 16:23:48 +0200 (CEST)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
	by firstgate.proxmox.com (Proxmox) with ESMTP id 420BC38FE9;
	Tue,  1 Oct 2024 16:24:08 +0200 (CEST)
From: Christoph Heiss <c.heiss@proxmox.com>
To: pbs-devel@lists.proxmox.com
Date: Tue,  1 Oct 2024 16:23:32 +0200
Message-ID: <20241001142353.863405-4-c.heiss@proxmox.com>
X-Mailer: git-send-email 2.46.0
In-Reply-To: <20241001142353.863405-1-c.heiss@proxmox.com>
References: <20241001142353.863405-1-c.heiss@proxmox.com>
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 3/3] docs: images: add installer
 guide screenshots
X-BeenThere: pbs-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox Backup Server development discussion
 <pbs-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pbs-devel>, 
 <mailto:pbs-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pbs-devel/>
List-Post: <mailto:pbs-devel@lists.proxmox.com>
List-Help: <mailto:pbs-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel>, 
 <mailto:pbs-devel-request@lists.proxmox.com?subject=subscribe>
Reply-To: Proxmox Backup Server development discussion
 <pbs-devel@lists.proxmox.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: pbs-devel-bounces@lists.proxmox.com
Sender: "pbs-devel" <pbs-devel-bounces@lists.proxmox.com>

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
Since the actual patch would be way too big for the mailing list, the
full patch can be found in my staff repo at 

  staff/c.heiss/proxmox-backup installer-docs

and can be pulled from there.

 .../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
 8 files changed, 0 insertions(+), 0 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

diff --git a/docs/images/screenshots/pbs-installer-grub-menu.png b/docs/images/screenshots/pbs-installer-grub-menu.png
new file mode 100644
index 00000000..160f6bdb
Binary files /dev/null and b/docs/images/screenshots/pbs-installer-grub-menu.png differ
diff --git a/docs/images/screenshots/pbs-installer-location.png b/docs/images/screenshots/pbs-installer-location.png
new file mode 100644
index 00000000..d210af33
Binary files /dev/null and b/docs/images/screenshots/pbs-installer-location.png differ
diff --git a/docs/images/screenshots/pbs-installer-network.png b/docs/images/screenshots/pbs-installer-network.png
new file mode 100644
index 00000000..c11919e0
Binary files /dev/null and b/docs/images/screenshots/pbs-installer-network.png differ
diff --git a/docs/images/screenshots/pbs-installer-password.png b/docs/images/screenshots/pbs-installer-password.png
new file mode 100644
index 00000000..6edea49d
Binary files /dev/null and b/docs/images/screenshots/pbs-installer-password.png differ
diff --git a/docs/images/screenshots/pbs-installer-progress.png b/docs/images/screenshots/pbs-installer-progress.png
new file mode 100644
index 00000000..9685247d
Binary files /dev/null and b/docs/images/screenshots/pbs-installer-progress.png differ
diff --git a/docs/images/screenshots/pbs-installer-select-disk.png b/docs/images/screenshots/pbs-installer-select-disk.png
new file mode 100644
index 00000000..4f66570e
Binary files /dev/null and b/docs/images/screenshots/pbs-installer-select-disk.png differ
diff --git a/docs/images/screenshots/pbs-installer-summary.png b/docs/images/screenshots/pbs-installer-summary.png
new file mode 100644
index 00000000..15e243f2
Binary files /dev/null and b/docs/images/screenshots/pbs-installer-summary.png differ
diff --git a/docs/images/screenshots/pbs-tui-installer.png b/docs/images/screenshots/pbs-tui-installer.png
new file mode 100644
index 00000000..bf98e1c2
Binary files /dev/null and b/docs/images/screenshots/pbs-tui-installer.png differ
-- 
2.46.0



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel