From 972d4546ff958ff19e1b7014660f60e659fb9619 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 23 Nov 2015 14:06:19 +0000 Subject: [PATCH] Install avahi on image --- src/freedombone-image-customise | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index a9c213bb..e885eba6 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -288,6 +288,7 @@ if [ -n "$CUSTOM_SETUP" ]; then fi chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server +chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover chroot "$rootdir" /bin/bash -x <