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

This commit is contained in:
hygienic-books 2023-10-20 22:17:13 +02:00
parent c46c78ba92
commit b34842434e

View File

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