Improve consistency on some instructions.
This commit is contained in:
parent
4fe960a666
commit
a896556596
@ -95,7 +95,8 @@ cp ../docs/first-boot.md md-input
|
|||||||
./node_modules/.bin/html-inline -i md-output/first-boot.html > ../home/first-boot.html
|
./node_modules/.bin/html-inline -i md-output/first-boot.html > ../home/first-boot.html
|
||||||
rm -rf md-input md-output
|
rm -rf md-input md-output
|
||||||
|
|
||||||
question "Mount the SD card (press enter when ready)"
|
question "Physically mount the SD card to this machine "
|
||||||
|
echo "(press enter when ready)"
|
||||||
read
|
read
|
||||||
|
|
||||||
working "Figuring out SD card device"
|
working "Figuring out SD card device"
|
||||||
@ -256,7 +257,8 @@ ssh "(echo > .ssh/authorized_keys) && sudo systemctl disable ssh"
|
|||||||
working "Powering off the Pi"
|
working "Powering off the Pi"
|
||||||
ssh "sudo poweroff"
|
ssh "sudo poweroff"
|
||||||
|
|
||||||
question "Eject the SD card from the Pi, and mount it back to this computer (press enter when ready)"
|
question "Eject the SD card from the Pi, and mount it back to this computer"
|
||||||
|
echo "(press enter when ready)"
|
||||||
read
|
read
|
||||||
|
|
||||||
# We do this again now just to be safe
|
# We do this again now just to be safe
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user