Yet another missing package and removing doubled motd entry in stretch

This commit is contained in:
Igor Pecovnik 2017-08-02 13:10:47 +02:00
parent 9cbcaa49fb
commit 4495c8f7f2
2 changed files with 3 additions and 1 deletions

View File

@ -134,7 +134,7 @@ case $RELEASE in
[[ $ARCH == armhf ]] && PACKAGE_LIST_DESKTOP="$PACKAGE_LIST_DESKTOP mate-utils ubuntu-mate-welcome mate-settings-daemon"
;;
stretch)
PACKAGE_LIST_RELEASE="man-db less kbd net-tools"
PACKAGE_LIST_RELEASE="man-db less kbd net-tools netcat-openbsd"
;;
esac

View File

@ -191,6 +191,8 @@ install_distribution_specific()
;;
stretch)
# remove doubled uname from motd
[[ -f $SDCARD/etc/update-motd.d/10-uname ]] && rm $SDCARD/etc/update-motd.d/10-uname
;;
esac
}