From 61ee49818202a71968533e62ed8e79f7b84a872b Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Thu, 15 Oct 2020 20:10:41 +0200 Subject: [PATCH] Update hetzner-ubuntu18-zfs-setup.sh --- hetzner-ubuntu18-zfs-setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hetzner-ubuntu18-zfs-setup.sh b/hetzner-ubuntu18-zfs-setup.sh index d77f284..1123c5e 100644 --- a/hetzner-ubuntu18-zfs-setup.sh +++ b/hetzner-ubuntu18-zfs-setup.sh @@ -618,7 +618,7 @@ CONF chroot_execute "apt update" echo "======= setting locale, console and language ==========" -chroot_execute "apt install --yes -qq locales debconf-i18n apt-utils" +chroot_execute "apt install --yes -qq locales debconf-i18n apt-utils keyboard-configuration console-setup" sed -i 's/# en_US.UTF-8/en_US.UTF-8/' "$c_zfs_mount_dir/etc/locale.gen" sed -i 's/# fr_FR.UTF-8/fr_FR.UTF-8/' "$c_zfs_mount_dir/etc/locale.gen" sed -i 's/# fr_FR.UTF-8/fr_FR.UTF-8/' "$c_zfs_mount_dir/etc/locale.gen" @@ -660,7 +660,6 @@ CONF' chroot_execute "dpkg-reconfigure locales -f noninteractive" echo -e "LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8\n" >> "$c_zfs_mount_dir/etc/environment" -chroot_execute "apt install -qq --yes keyboard-configuration console-setup" chroot_execute "dpkg-reconfigure keyboard-configuration -f noninteractive" chroot_execute "dpkg-reconfigure console-setup -f noninteractive" chroot_execute "setupcon"