bundles/zfs: support arch linux

This commit is contained in:
Franzi 2022-02-12 11:24:50 +01:00
parent 961a2891a0
commit c1bb43286d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 39 additions and 23 deletions

View file

@ -16,6 +16,7 @@ defaults = {
},
'zfs-zed': {
'needed_by': {
'svc_systemd:zfs-zed',
'zfs_dataset:',
'zfs_pool:',
},
@ -58,6 +59,24 @@ defaults = {
},
},
},
'pacman': {
'additional_config': {
'[archzfs]\nServer = http://archzfs.com/archzfs/x86_64',
},
'packages': {
'zfs-linux-lts': {
'needed_by': {
'zfs_dataset:',
'zfs_pool:',
},
},
'zfs-utils': {
'needed_by': {
'svc_systemd:zfs-zed',
},
},
},
},
'zfs': {
'datasets': {},
'pools': {},