From 7e17948ff334309ba383e4a44955fd1646f74bb3 Mon Sep 17 00:00:00 2001 From: Austin Vance Date: Tue, 27 Aug 2019 23:22:03 -0500 Subject: [PATCH] Update the image generation to work with Buster --- docs/image-setup.sh | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/image-setup.sh b/docs/image-setup.sh index e2a19c4..9ccc8b8 100755 --- a/docs/image-setup.sh +++ b/docs/image-setup.sh @@ -124,12 +124,22 @@ ssh "df -h . && sudo resize2fs /dev/mmcblk0p2 && df -h ." working "Enabling auto-login to CLI" # From: https://github.com/RPi-Distro/raspi-config/blob/985548d7ca00cab11eccbb734b63750761c1f08a/raspi-config#L955 SUDO_USER=pi +AUTOLOG="$(cat <