bundles/zfs: support arch linux
This commit is contained in:
parent
961a2891a0
commit
c1bb43286d
2 changed files with 39 additions and 23 deletions
|
@ -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': {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue