mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 01:09:53 +07:00
compatboot: cleanup
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
812a5d95f1
commit
250e809fe2
@ -2,11 +2,6 @@
|
||||
# Compatibility boot
|
||||
|
||||
function compatboot () {
|
||||
# Locale
|
||||
KEYMAP="$(readConfigKey "keymap" "${USER_CONFIG_FILE}")"
|
||||
if [ -n "${KEYMAP}" ]; then
|
||||
export LC_ALL="${KEYMAP}.UTF-8"
|
||||
fi
|
||||
# Timezone
|
||||
TIMEZONE="$(readConfigKey "time.timezone" "${USER_CONFIG_FILE}")"
|
||||
REGION="$(readConfigKey "time.region" "${USER_CONFIG_FILE}")"
|
||||
@ -15,5 +10,4 @@ function compatboot () {
|
||||
fi
|
||||
# Check for compatibility
|
||||
deleteConfigKey "nanover" "${USER_CONFIG_FILE}"
|
||||
return 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user