Debian/Ubuntu: Fix locales formatting
This commit is contained in:
@@ -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::
|
||||||
|
|||||||
@@ -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::
|
||||||
|
|||||||
@@ -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::
|
||||||
|
|||||||
Reference in New Issue
Block a user