Debian/Ubuntu: Fix locales formatting

This commit is contained in:
Richard Laager
2020-08-31 00:21:38 -05:00
parent a92926d868
commit e2d9dcd2ad
3 changed files with 4 additions and 7 deletions

View File

@@ -589,12 +589,11 @@ Step 4: System Configuration
ln -s /proc/self/mounts /etc/mtab ln -s /proc/self/mounts /etc/mtab
apt update apt update
apt install --yes locales
dpkg-reconfigure locales
Even if you prefer a non-English system language, always ensure that Even if you prefer a non-English system language, always ensure that
``en_US.UTF-8`` is available:: ``en_US.UTF-8`` is available::
apt install --yes locales
dpkg-reconfigure locales
dpkg-reconfigure tzdata dpkg-reconfigure tzdata
#. Install ZFS in the chroot environment for the new system:: #. Install ZFS in the chroot environment for the new system::

View File

@@ -494,11 +494,10 @@ system and ``chroot`` into it::
ln -s /proc/self/mounts /etc/mtab ln -s /proc/self/mounts /etc/mtab
apt update apt update
dpkg-reconfigure locales
Even if you prefer a non-English system language, always ensure that Even if you prefer a non-English system language, always ensure that
``en_US.UTF-8`` is available:: ``en_US.UTF-8`` is available::
dpkg-reconfigure locales
dpkg-reconfigure tzdata dpkg-reconfigure tzdata
If you prefer ``nano`` over ``vi``, install it:: If you prefer ``nano`` over ``vi``, install it::

View File

@@ -727,11 +727,10 @@ Step 4: System Configuration
apt update apt update
dpkg-reconfigure locales
Even if you prefer a non-English system language, always ensure that Even if you prefer a non-English system language, always ensure that
``en_US.UTF-8`` is available:: ``en_US.UTF-8`` is available::
dpkg-reconfigure locales
dpkg-reconfigure tzdata dpkg-reconfigure tzdata
Install your preferred text editor:: Install your preferred text editor::