bundles/raspberrypi: make sure dphys-swapfile is uninstalled
This commit is contained in:
parent
d394842929
commit
9b8c5450ec
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
|
'apt': {
|
||||||
|
'packages': {
|
||||||
|
'dphys-swapfile': {
|
||||||
|
'installed': False,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'raspberrypi': {
|
'raspberrypi': {
|
||||||
'default-target': 'multi-user.target',
|
'default-target': 'multi-user.target',
|
||||||
'cmdline': {
|
'cmdline': {
|
||||||
|
|
Loading…
Reference in a new issue