summaryrefslogtreecommitdiff
path: root/bin/yoda
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-09-29 15:16:15 +0200
committerMarc Vertes <mvertes@free.fr>2022-09-29 15:16:15 +0200
commitabaaf4b6a33c497f233fd797272ba36152eb6961 (patch)
tree3771ec36fa856dbb6d43675f602a4a1436e75c9f /bin/yoda
parent88199deb1a7e2ab390d392593d9499173b1190ba (diff)
yoda: slight improvements
Diffstat (limited to 'bin/yoda')
-rwxr-xr-xbin/yoda4
1 files changed, 3 insertions, 1 deletions
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 \