From 8ee0a1b4879e4e1df1b2d9450cbc000584eb5ccc Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Wed, 8 May 2024 12:17:38 -0600 Subject: [PATCH] added verbose help screen --- .../RESTORE-fsarchive-root-proxmox--EFI.sh | 110 +++++++++--------- 1 file changed, 58 insertions(+), 52 deletions(-) diff --git a/proxmox/RESTORE-fsarchive-root-proxmox--EFI.sh b/proxmox/RESTORE-fsarchive-root-proxmox--EFI.sh index b292120..8a8625a 100644 --- a/proxmox/RESTORE-fsarchive-root-proxmox--EFI.sh +++ b/proxmox/RESTORE-fsarchive-root-proxmox--EFI.sh @@ -4,18 +4,18 @@ # Mod for proxmox LVM+ext4 root # EFI version -# =LLC= © (C)opyright 2017 Boojum Consulting LLC / Dave Bechtel, All rights reserved. -## NOTICE: Only Boojum Consulting LLC personnel may use or redistribute this code, -## Unless given explicit permission by the author - see http://www.boojumconsultingsa.com -# -# To be run from systemrescuecd environment; NOTE restore disk MUST be partitioned 1st! +if [ "$1" = "help" ]; then +(cat <