Switch to more international defaults for keyboard layout & timezone.
This commit is contained in:
parent
cb17c26e87
commit
d0c07c10b0
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user