From 92579e2223372a095a12a8867007199149c9ba4c Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Wed, 4 Dec 2019 12:21:39 +0200 Subject: [PATCH] Updates for alpha2. --- docs/image-setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/image-setup.sh b/docs/image-setup.sh index 031c45a..83f870e 100755 --- a/docs/image-setup.sh +++ b/docs/image-setup.sh @@ -72,7 +72,7 @@ function unmountSdCard { fi } -question "Enter version (e.g. \"1.2.3\") being built:" +question "Enter version (e.g. \"1.2.3\") being built (without \"v\" prefix):" read TAG working "Updating version file" @@ -110,6 +110,7 @@ question "Prepare baseline Raspbian:" echo "* Flash Raspbian Lite with Etcher" echo "* Eject the SD card" echo "* Mount the card back" +echo "* Wait for your OS to mount it" echo "(press enter when ready)" read @@ -201,7 +202,7 @@ ssh "sudo rm /etc/profile.d/sshpwd.sh" ssh "echo | sudo tee /etc/motd" working "Installing packages" -ssh "sudo apt-get update && sudo apt-get install -y vim matchbox-window-manager unclutter mailutils nitrogen jq chromium-browser xserver-xorg xinit rpd-plym-splash xdotool" +ssh "sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y vim matchbox-window-manager unclutter mailutils nitrogen jq chromium-browser xserver-xorg xinit rpd-plym-splash xdotool" # We install mailutils just so that you can check "mail" for cronjob output working "Setting home directory default content"