fix modprobe/zfs.conf
This commit is contained in:
parent
d0c3030e7a
commit
b8cfd06e12
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ files = {
|
||||||
'/etc/cron.monthly/zfs-auto-snapshot': {'delete': True, 'needs': {'pkg_apt:zfs-auto-snapshot'}},
|
'/etc/cron.monthly/zfs-auto-snapshot': {'delete': True, 'needs': {'pkg_apt:zfs-auto-snapshot'}},
|
||||||
'/etc/modprobe.d/zfs.conf': {
|
'/etc/modprobe.d/zfs.conf': {
|
||||||
'content': '\n'.join(
|
'content': '\n'.join(
|
||||||
f'option zfs {k}={v}'
|
f'options zfs {k}={v}'
|
||||||
for k, v in node.metadata.get('zfs/kernel_params').items()
|
for k, v in node.metadata.get('zfs/kernel_params').items()
|
||||||
) + '\n',
|
) + '\n',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue