Leave etc/network/interfaces configuration to the system
Instead of overwriting etc/network/interfaces just add a custom file in etc/network/interfaces.d/ for home-assistant purposes if necessary. This was conflicting with basic Debian installation.
This commit is contained in:
parent
9afc7a625e
commit
1669eb084e
2 changed files with 1 additions and 4 deletions
|
@ -80,7 +80,4 @@ dpkg-divert --package homeassistant-supervised --add --rename \
|
||||||
--divert /etc/docker/daemon.json.real /etc/docker/daemon.json
|
--divert /etc/docker/daemon.json.real /etc/docker/daemon.json
|
||||||
|
|
||||||
dpkg-divert --package homeassistant-supervised --add --rename \
|
dpkg-divert --package homeassistant-supervised --add --rename \
|
||||||
--divert /etc/network/interfaces.real /etc/network/interfaces
|
--divert /etc/systemd/resolved.conf.real /etc/systemd/resolved.conf
|
||||||
|
|
||||||
dpkg-divert --package homeassistant-supervised --add --rename \
|
|
||||||
--divert /etc/systemd/resolved.conf.real /etc/systemd/resolved.conf
|
|
||||||
|
|
Loading…
Reference in a new issue