disable dhcpcd when enabling wicd

This commit is contained in:
nachoparker 2017-04-04 19:46:21 +02:00
parent a3400775c1
commit a17c39313b
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.*.swp
*.img
*.bz2
qemu-raspbian-network/

View File

@ -26,6 +26,8 @@ install()
configure()
{
systemctl stop dhcpcd
systemctl disable dhcpcd
systemctl enable wicd
systemctl start wicd