|
@@ -1620,7 +1620,7 @@ function image_setup_utils {
|
1620
|
1620
|
chroot "$rootdir" apt-get -yq install avahi-daemon avahi-utils avahi-discover
|
1621
|
1621
|
chroot "$rootdir" apt-get -yq install connect-proxy openssh-server
|
1622
|
1622
|
chroot "$rootdir" apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
|
1623
|
|
- chroot "$rootdir" apt-get -yq install avahi-discover avahi-autoipd iptables dnsutils net-tools
|
|
1623
|
+ chroot "$rootdir" apt-get -yq install avahi-discover iptables dnsutils net-tools
|
1624
|
1624
|
chroot "$rootdir" apt-get -yq install network-manager iputils-ping libnss-mdns libnss-myhostname
|
1625
|
1625
|
chroot "$rootdir" apt-get -yq install libnss-gw-name nano man ntp locales locales-all debconf
|
1626
|
1626
|
chroot "$rootdir" apt-get -yq install wireless-tools wpasupplicant usbutils cryptsetup zsh
|
|
@@ -1925,7 +1925,7 @@ if [[ $VARIANT != "mesh"* ]]; then
|
1925
|
1925
|
chroot "$rootdir" apt-get install -y openssh-server
|
1926
|
1926
|
fi
|
1927
|
1927
|
chroot "$rootdir" apt-get install -y sudo git dialog build-essential
|
1928
|
|
-chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
|
|
1928
|
+chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover
|
1929
|
1929
|
chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
|
1930
|
1930
|
chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
|
1931
|
1931
|
chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant usbutils
|