diff --git a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst index 75fb9a7..4c427a3 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -592,13 +592,12 @@ Step 4: System Configuration ln -s /proc/self/mounts /etc/mtab apt update + apt install --yes console-setup locales Even if you prefer a non-English system language, always ensure that ``en_US.UTF-8`` is available:: - apt install --yes locales - dpkg-reconfigure locales - dpkg-reconfigure tzdata + dpkg-reconfigure locales tzdata keyboard-configuration console-setup #. Install ZFS in the chroot environment for the new system:: diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 63f1dc3..41047ac 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -731,8 +731,7 @@ Step 4: System Configuration Even if you prefer a non-English system language, always ensure that ``en_US.UTF-8`` is available:: - dpkg-reconfigure locales - dpkg-reconfigure tzdata + dpkg-reconfigure locales tzdata keyboard-configuration console-setup Install your preferred text editor::