Bringing this new repo in sync with the stable repo to test the build
This commit is contained in:
parent
3615fdce98
commit
9556d96872
|
@ -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
|
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.
|
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.
|
Default system locale.
|
||||||
|
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -172,7 +172,7 @@ export WPA_PASSWORD
|
||||||
export WPA_COUNTRY
|
export WPA_COUNTRY
|
||||||
export ENABLE_SSH="${ENABLE_SSH:-0}"
|
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_MODEL="${KEYBOARD_MODEL:-Generic 101-key PC}"
|
||||||
export KEYBOARD_KEYMAP="${KEYBOARD_KEYMAP:-us}"
|
export KEYBOARD_KEYMAP="${KEYBOARD_KEYMAP:-us}"
|
||||||
|
|
0
stage2/01-sys-tweaks/01-run.sh
Normal file → Executable file
0
stage2/01-sys-tweaks/01-run.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user