From 748b83962de3597a9c2f3a2dc59ecde42e4e8767 Mon Sep 17 00:00:00 2001 From: ned Date: Tue, 25 Aug 2020 20:52:00 -0600 Subject: [PATCH] Imaging recommendation from #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 428c89e..93b0d7c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ With this image, you can run a custom script on first boot and: 1. Optionally add additional custom configuration files or small binaries to /mnt/boot (the /boot partiton is small - keep your total additions under ~160MB). 1. Remember you can also add a [/mnt/boot/wpa_supplicant.conf](https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md) file for wifi configuration. 1. Unmount the `/boot` volume: `umount /mnt` on linux, `diskutil unmount /Volumes/boot` on macos, right-click for Windows. -1. Flash the customized image to your SD card. +1. Flash the customized image to your SD card. **We recommend using Balena Etcher for writing images on all platforms.** Folks have run into issues with the official `Raspberry Pi Imager`. 1. Boot your Pi... `/boot/firstboot.sh` will be executed and renamed to `/boot/firstboot.sh.done`. # What changes were made to the standard Raspbian-lite image?