From b4afa09f989c7054317083ca6783d6a3beea1743 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Dec 04 2017 20:41:06 +0000 Subject: Add initial URL option. --- diff --git a/arm-image-installer b/arm-image-installer index 3b53188..2073760 100755 --- a/arm-image-installer +++ b/arm-image-installer @@ -388,6 +388,14 @@ sync umount $ROOTPART $BOOTPART $FIRMPART &> /dev/null rmdir /tmp/root /tmp/boot /tmp/fw &> /dev/null +if [ "$URL" != "" ]; then + echo + echo "= NOTE" + echo "= Additional instructions for $TARGET can be found at:" + echo "= $URL " + echo +fi + echo "" echo "= Installation Complete! Insert into the "$TARGET" and boot." exit 0