From abaaf4b6a33c497f233fd797272ba36152eb6961 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 29 Sep 2022 15:16:15 +0200 Subject: yoda: slight improvements --- bin/yoda | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/yoda') diff --git a/bin/yoda b/bin/yoda index 8ff9e81..a5d5c5b 100755 --- a/bin/yoda +++ b/bin/yoda @@ -138,12 +138,13 @@ EOT cat > /mnt/etc/locale.gen << \EOT en_US.UTF-8 UTF-8 +en_GB.UTF-8 UTF-8 fr_FR.UTF-8 UTF-8 EOT echo yoda > /mnt/etc/hostname echo 'KEYMAP=fr-latin1' > /mnt/etc/vconsole.conf - echo 'LANG=en_US.UTF-8' > /mnt/etc/locale.conf + echo 'LANG=en_GB.UTF-8' > /mnt/etc/locale.conf ln -sf /usr/share/zoneinfo/Europe/Paris /mnt/etc/localtime cat > /mnt/etc/systemd/network/20-wired.network << \EOT @@ -171,6 +172,7 @@ EOT cat > /mnt/etc/systemd/resolved.conf << \EOT [Resolve] DNSSEC=no +DNSOverTLS=no EOT packages="linux linux-firmware intel-ucode amd-ucode sof-firmware \ -- cgit v1.2.3