Timezone select is too closed on status of the countries

This commit is contained in:
Igor Pecovnik 2023-08-22 14:09:27 +02:00 committed by Igor
parent 71295431b8
commit 27df94e924

View File

@ -10,6 +10,9 @@
function post_debootstrap_tweaks() {
display_alert "Applying post-tweaks" "post_debootstrap_tweaks" "debug"
# adjust tzselect to improve political correctness
sed -i "s/Please select a country/Please select a country or a region/g" "${SDCARD}"/usr/bin/tzselect
# activate systemd-resolved, if not using NetworkManager
if [[ ! -f "${SDCARD}"/etc/NetworkManager/NetworkManager.conf ]]; then
if [[ -d "${SDCARD}"/etc/systemd/network ]]; then