Switch to more international defaults for keyboard layout & timezone.

This commit is contained in:
Jarno Rantanen 2019-04-09 14:09:21 +03:00
parent cb17c26e87
commit d0c07c10b0

View File

@ -5,8 +5,8 @@ SD_SIZE_REAL=2500 # this is in MB
SD_SIZE_SAFE=2800 # this is in MB SD_SIZE_SAFE=2800 # this is in MB
SD_SIZE_ZERO=3200 # this is in MB SD_SIZE_ZERO=3200 # this is in MB
PUBKEY="$(cat ~/.ssh/id_rsa.pub)" PUBKEY="$(cat ~/.ssh/id_rsa.pub)"
KEYBOARD="fi" KEYBOARD="us" # or e.g. "fi" for Finnish
TIMEZONE="Europe/Helsinki" TIMEZONE="Etc/UTC" # or e.g. "Europe/Helsinki"; see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
function working { function working {
echo -e "\n✨ $1" echo -e "\n✨ $1"