1-get-initial-setup-working #2

Merged
hygienic-books merged 92 commits from 1-get-initial-setup-working into main 2023-03-05 03:02:48 +00:00
Showing only changes of commit 155e36dc60 - Show all commits

View File

@ -405,12 +405,12 @@ function install_os_in_chroot () {
pacman-key --populate archlinux pacman-key --populate archlinux
pacman -S archlinux-keyring --noconfirm pacman -S archlinux-keyring --noconfirm
keep_initiramfs_root_only_rw
get_aur_helper get_aur_helper
paru_install 'zfs-dkms' 'zfs-utils' paru_install 'zfs-dkms' 'zfs-utils'
hwclock --systohc hwclock --systohc
locale-gen locale-gen
source /etc/locale.conf source /etc/locale.conf
keep_initiramfs_root_only_rw
mkinitcpio -P mkinitcpio -P
# Install ZFSBootMenu and deps # Install ZFSBootMenu and deps