diff --git a/stage2/08-patch-avahi-daemon-config/01-run b/stage2/08-patch-avahi-daemon-config/01-run new file mode 100644 index 0000000..0cacf58 --- /dev/null +++ b/stage2/08-patch-avahi-daemon-config/01-run @@ -0,0 +1,5 @@ +#!/bin/bash -e + +echo "Patching avahi-daemon.conf with fix to bind to specific interfaces" + +sed -i "s/#allow-interfaces=eth0/allow-interfaces=eth0,wlan0/g;" "${ROOTFS_DIR}"/etc/avahi/avahi-daemon.conf