From 7f94a8846cf9d086ba62cddd708961e5bc296d61 Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Fri, 22 Nov 2024 14:58:32 -0600 Subject: [PATCH] enable zfs-import.target in arch_chroot_install script --- roles/base/templates/arch_chroot_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base/templates/arch_chroot_install.sh b/roles/base/templates/arch_chroot_install.sh index 1db7fd9..c80ff3b 100644 --- a/roles/base/templates/arch_chroot_install.sh +++ b/roles/base/templates/arch_chroot_install.sh @@ -81,6 +81,7 @@ function enable_systemd_services { systemctl enable sshd.service systemctl enable iwd.service systemctl enable zfs.target + systemctl enable zfs-import.target systemctl enable zfs-import-cache.service systemctl enable zfs-mount.service systemctl enable systemd-resolved.service