From 8603b8f0d33498b99b84d434fcf3bef642883e09 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sat, 5 May 2018 11:12:11 -0700 Subject: [PATCH] take advantage of var that we're setting anyway --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 323fd5e..d358871 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -90,10 +90,10 @@ Generate and verify [fstab][11]. Change root into the base install and perform [base configuration tasks][12]. $ arch-chroot /mnt /bin/bash - $ echo en_US.UTF-8 UTF-8 >> /etc/locale.gen - $ locale-gen - $ echo LANG=en_US.UTF-8 > /etc/locale.conf $ export LANG=en_US.UTF-8 + $ echo $LANG UTF-8 >> /etc/locale.gen + $ locale-gen + $ echo LANG=$LANG > /etc/locale.conf $ ln -s /usr/share/zoneinfo/America/Los_Angeles /etc/localtime $ hwclock --systohc --utc $ echo mymachine > /etc/hostname