bundles/raspberrypi: remove isc-dhcp-client

This commit is contained in:
Franzi 2021-02-16 08:41:37 +01:00
parent d2260b4699
commit abb99ed58a
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 9 additions and 0 deletions

View File

@ -1,9 +1,18 @@
defaults = {
'apt': {
'packages': {
'dhcpcd5': {
'installed': False,
},
'dphys-swapfile': {
'installed': False,
},
'isc-dhcp-client': {
'installed': False,
},
'isc-dhcp-common': {
'installed': False,
},
},
},
'raspberrypi': {