refactor(os): Get ZFS modules installed before we need them (#3)
This commit is contained in:
parent
c46c78ba92
commit
b34842434e
3
setup.sh
3
setup.sh
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user