bundles/raspberrypi: make sure dphys-swapfile is uninstalled

This commit is contained in:
Franzi 2020-10-03 15:10:28 +02:00
parent d394842929
commit 9b8c5450ec
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,4 +1,11 @@
defaults = {
'apt': {
'packages': {
'dphys-swapfile': {
'installed': False,
},
},
},
'raspberrypi': {
'default-target': 'multi-user.target',
'cmdline': {