From 18a0baeba03cef952abcd0ed188ee14ae7c6b446 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 17 Sep 2022 16:40:40 -0400 Subject: [PATCH] installation/guides/fde: clarify glibc-only commands --- src/installation/guides/fde.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/installation/guides/fde.md b/src/installation/guides/fde.md index 5de83eced..401b222d1 100644 --- a/src/installation/guides/fde.md +++ b/src/installation/guides/fde.md @@ -164,6 +164,11 @@ When it's done, we can enter the `chroot` and finish up the configuration. # chmod 755 / # passwd root # echo voidvm > /etc/hostname +``` + +and, for glibc systems only: + +``` # echo "LANG=en_US.UTF-8" > /etc/locale.conf # echo "en_US.UTF-8 UTF-8" >> /etc/default/libc-locales # xbps-reconfigure -f glibc-locales