From d0c07c10b0aae305ec779e3043d248657e949b91 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 9 Apr 2019 14:09:21 +0300 Subject: [PATCH] Switch to more international defaults for keyboard layout & timezone. --- docs/image-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/image-setup.sh b/docs/image-setup.sh index 6cd08bf..40824a6 100755 --- a/docs/image-setup.sh +++ b/docs/image-setup.sh @@ -5,8 +5,8 @@ SD_SIZE_REAL=2500 # this is in MB SD_SIZE_SAFE=2800 # this is in MB SD_SIZE_ZERO=3200 # this is in MB PUBKEY="$(cat ~/.ssh/id_rsa.pub)" -KEYBOARD="fi" -TIMEZONE="Europe/Helsinki" +KEYBOARD="us" # or e.g. "fi" for Finnish +TIMEZONE="Etc/UTC" # or e.g. "Europe/Helsinki"; see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones function working { echo -e "\n✨ $1"