groups/htz-cloud: make sure to uninstall cryptsetup
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
Gives some warnings on initramfs regeneration.
This commit is contained in:
parent
90a84fc9da
commit
433754590d
1 changed files with 15 additions and 0 deletions
|
@ -43,6 +43,21 @@ groups['htz-cloud'] = {
|
|||
'member_patterns': {
|
||||
r"htz\-cloud\..*",
|
||||
},
|
||||
'metadata': {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'cryptsetup-bin': {
|
||||
'installed': False,
|
||||
},
|
||||
'cryptsetup-run': {
|
||||
'installed': False,
|
||||
},
|
||||
'cryptsetup-initramfs': {
|
||||
'installed': False,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
groups['home'] = {
|
||||
|
|
Loading…
Reference in a new issue