Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Update base system
Browse files Browse the repository at this point in the history
  • Loading branch information
grm34 committed Mar 28, 2020
1 parent ed62686 commit 14a8013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/arch/base
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ _install_base() {
cat /mnt/etc/fstab

# TimeZone
_info "Setting ${timezone} timezone"
_info "Setting timezone to ${timezone}"
ln -sf /usr/share/zoneinfo/${timezone} /mnt/etc/localtime

# locale
_info "Setting ${language}.UTF-8 locale"
_info "Setting locale to ${language}.UTF-8"
echo "${language}.UTF-8 UTF-8" >> /mnt/etc/locale.gen
_chroot "locale-gen
export LANG=${language}.UTF-8"
echo "LANG=${language}.UTF-8" > /mnt/etc/locale.conf

# vconsole
_info "Setting ${keymap_code} virtual console"
_info "Setting virtual console to ${keymap_code^^}"
echo "KEYMAP=${keymap_code}" > /mnt/etc/vconsole.conf

# hostname
Expand Down

0 comments on commit 14a8013

Please sign in to comment.