refactor(os): Get ZFS modules installed before we need them (#3)

This commit is contained in:
hygienic-books 2023-10-21 01:25:22 +02:00
parent da88ec53a6
commit b0c50f3323

View File

@ -623,7 +623,8 @@ function install_os_in_chroot () {
add_motd_getting_started_msg #2.6 add_motd_getting_started_msg #2.6
get_aur_helper #2.7 get_aur_helper #2.7
paru_install --replace-conflicting 'paru-bin' paru_install --replace-conflicting 'paru-bin'
paru_install 'zfs-dkms' 'zfs-utils' 'rsync' paru_install 'zfs-dkms'
paru_install 'zfs-utils' 'rsync'
hwclock --systohc hwclock --systohc
mkinitcpio -P mkinitcpio -P