Bringing this new repo in sync with the stable repo to test the build

master 0.0.1
B.J. Dweck 2020-09-06 14:08:25 +02:00
parent 3615fdce98
commit 9556d96872
3 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ The following environment variables are supported:
Setting to '1' enables the QEMU mode - creating an image that can be mounted via QEMU for an emulated
environment. These images include "-qemu" in the image file name.
* `LOCALE_DEFAULT` (Default: "en_US.UTF-8" )
* `LOCALE_DEFAULT` (Default: "en_CA.UTF-8" )
Default system locale.

View File

@ -172,7 +172,7 @@ export WPA_PASSWORD
export WPA_COUNTRY
export ENABLE_SSH="${ENABLE_SSH:-0}"
export LOCALE_DEFAULT="${LOCALE_DEFAULT:-en_US.UTF-8}"
export LOCALE_DEFAULT="${LOCALE_DEFAULT:-en_CA.UTF-8}"
export KEYBOARD_MODEL="${KEYBOARD_MODEL:-Generic 101-key PC}"
export KEYBOARD_KEYMAP="${KEYBOARD_KEYMAP:-us}"

0
stage2/01-sys-tweaks/01-run.sh Normal file → Executable file
View File