diff --git a/bibliotecha.sh b/bibliotecha.sh index 744bcbe..eb29a33 100755 --- a/bibliotecha.sh +++ b/bibliotecha.sh @@ -144,6 +144,13 @@ function stop_networking_services { systemctl stop ${services} } +function disable_avahi_service { + echo "Disable the avahi service ..." + + systemctl stop avahi-daemon + systemctl disable avahi-daemon +} + function ensure_predictable_network_interfaces { echo "Ensuring predictable networking interfaces ..." @@ -391,6 +398,7 @@ function run_installation { install_networking_packages stop_networking_services + disable_avahi_service ensure_predictable_network_interfaces configure_network_interfaces configure_dnsmasq