diff --git a/bundles/pacman/files/pacman.conf b/bundles/pacman/files/pacman.conf index ed46930..39781b6 100644 --- a/bundles/pacman/files/pacman.conf +++ b/bundles/pacman/files/pacman.conf @@ -47,10 +47,10 @@ SigLevel = Optional TrustAll [archzfs] Server = http://archzfs.com/archzfs/x86_64 -[archzfs-kernels] % if node.metadata.get('pacman/linux-lts', False): -Server = http://kernels.archzfs.com/zfs-linux-lts/ +[zfs-linux-lts] % else: -Server = http://kernels.archzfs.com/zfs-linux/ +[zfs-linux] % endif +Server = http://kernels.archzfs.com/$repo/ % endif