From cd4313cbf11f617674d9f43d8a9f37501c8127a0 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Fri, 5 Mar 2021 22:32:17 +0000 Subject: [PATCH] Adding notes for boot from HD --- seqs/debianrpi.sh | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/seqs/debianrpi.sh b/seqs/debianrpi.sh index 84fa7bf..3ddf240 100755 --- a/seqs/debianrpi.sh +++ b/seqs/debianrpi.sh @@ -86,9 +86,7 @@ step_2() { fi read_sd_dev "$SDDEV" # check if device was confirmed - if [ $? -ne 0 ] ; then - endReturn -o 1 "SD card device not found" - fi + endReturn -o $? "SD card device not found" echoseq " [I] Writing $(basename "$toolDownFile")" exep "xzcat \"$toolDownFile\" | dd of=$SDDEV bs=64k oflag=dsync status=progress" @@ -172,6 +170,33 @@ step_13() { } hostsLoc="/etc/hosts" +step_40_info() { echo "Boot from HD notes"; } +step_40_alias() { ALIAS="hdboot"; } +step_40() { + outColor green + cat <