From 9b05e15c202879e9fae24170522415606ee818f0 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Wed, 10 Apr 2019 12:24:44 +0300 Subject: [PATCH] Update image setup script with better usage instructions for first boot. --- docs/image-setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/image-setup.sh b/docs/image-setup.sh index f939bc4..31f33b0 100755 --- a/docs/image-setup.sh +++ b/docs/image-setup.sh @@ -83,9 +83,9 @@ diskutil unmountDisk "$DISK" question "Do initial Pi setup:" echo "* Eject the card" -echo "* Boot the Pi from it" -echo "* Log in with \"pi:raspberry\"" -echo "* Use \"ifconfig\" to check the IP address of the Pi" +echo "* Connect your Pi to Ethernet" +echo "* Boot the Pi from your card" +echo "* Make note of the \"My IP address is\" message at the end of boot" echo "Enter the IP address:" read IP