did it fuck up?

pull/3/head
Matt C 3 years ago
parent 97dc629b07
commit eacb6b9605

@ -242,15 +242,16 @@ rm calamares
DAT=$(cat out) DAT=$(cat out)
rm out rm out
TZ="/usr/share/zoneinfo/${DAT}" TZ="/usr/share/zoneinfo/${DAT}"
ln -sf $TZ /etc/localtime ln -sf $TZ /etc/localtime
ntpd -g -q ntpd -g -q
arch-chroot /mnt ln -sf $TZ /etc/localtime arch-chroot /mnt ln -sf $TZ /etc/localtime
inf "Set TZ to ${TZ}" inf "Set TZ to ${TZ}"
inf "Syncing hardware offset" inf "Syncing hardware offset"
arch-chroot /mnt hwclock --systohc arch-chroot /mnt hwclock --systohc
inf "press enter"
read
echo "en_US.UTF-8 UTF-8" >> /mnt/etc/locale.gen echo "en_US.UTF-8 UTF-8" >> /mnt/etc/locale.gen
echo "LANG=en_US.UTF-8" > /mnt/etc/locale.conf echo "LANG=en_US.UTF-8" > /mnt/etc/locale.conf

Loading…
Cancel
Save