Yet another missing package and removing doubled motd entry in stretch
This commit is contained in:
parent
9cbcaa49fb
commit
4495c8f7f2
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user