Fix a couple issues with time management

This commit is contained in:
David Carley
2022-09-12 00:13:57 +00:00
parent 55595e5fb8
commit b770901576
2 changed files with 7 additions and 1 deletions

View File

@@ -91,6 +91,8 @@ if [ $? -ne 0 ]; then
update-locale en_US.UTF-8
fi
localectl set-locale LC_TIME=en_US.UTF-8
# Setup USB stick automount
diff ./installer/config/11-automount.rules /etc/udev/rules.d/11-automount.rules >/dev/null
if [ $? -ne 0 ]; then