Changed the time/timezone dialog to for the virtual keyboard

This commit is contained in:
David Carley
2022-09-11 02:40:36 +00:00
parent 5acdc5f00f
commit ef152954c7
8 changed files with 103 additions and 73 deletions

View File

@@ -27,7 +27,13 @@ if $UPDATE_AVR; then
./installer/scripts/avr109-flash.py src/avr/bbctrl-avr-firmware.hex
fi
# Update config.txt
# Set a default time-zone, if one has not been set
timedatectl | grep 'Time zone: Etc/UTC' >/dev/null
if [ $? -eq 0 ]; then
timedatectl set-timezone America/Los_Angeles
fi
# Update /boot/config.txt
./installer/scripts/edit-boot-config \
disable_overscan=1 \
framebuffer_width=1280 \