refactor(os): Set up locale before we do pacman work (#3)
This commit is contained in:
parent
6c25b92113
commit
c46c78ba92
5
setup.sh
5
setup.sh
@ -628,6 +628,9 @@ function install_os_in_chroot () {
|
|||||||
pacman-key --populate archlinux
|
pacman-key --populate archlinux
|
||||||
pacman -S archlinux-keyring --noconfirm
|
pacman -S archlinux-keyring --noconfirm
|
||||||
|
|
||||||
|
locale-gen
|
||||||
|
source /etc/locale.conf
|
||||||
|
|
||||||
keep_initiramfs_root_only_rw #2.3
|
keep_initiramfs_root_only_rw #2.3
|
||||||
pacman_dl_parallel #2.4
|
pacman_dl_parallel #2.4
|
||||||
unleash_makepkg #2.5
|
unleash_makepkg #2.5
|
||||||
@ -636,8 +639,6 @@ function install_os_in_chroot () {
|
|||||||
paru_install --replace-conflicting 'paru-bin'
|
paru_install --replace-conflicting 'paru-bin'
|
||||||
paru_install 'zfs-dkms' 'zfs-utils' 'rsync'
|
paru_install 'zfs-dkms' 'zfs-utils' 'rsync'
|
||||||
hwclock --systohc
|
hwclock --systohc
|
||||||
locale-gen
|
|
||||||
source /etc/locale.conf
|
|
||||||
mkinitcpio -P
|
mkinitcpio -P
|
||||||
|
|
||||||
# Install ZFSBootMenu image
|
# Install ZFSBootMenu image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user