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 <