From b3c4b7bbbf10b44c99a8cb8cac1b8e0d7458161b Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 16 Nov 2018 11:08:44 -0600 Subject: [PATCH] Ubuntu 18.04: Skip installing locales It is already installed. Reported-by: Mike Johnston --- Ubuntu-18.04-Root-on-ZFS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index 6d5b356..340b3b2 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -243,7 +243,6 @@ Customize this file if the system is not a DHCP client. # ln -s /proc/self/mounts /etc/mtab # apt update - # apt install --yes locales # dpkg-reconfigure locales Even if you prefer a non-English system language, always ensure that `en_US.UTF-8` is available.