coreos-base/coreos: Add diffutils to the base packages

The diffutils package provides the "cmp" and "diff" tools which are
essential commands in shell scripts. They used to be pulled in by
audit but the update in
https://github.com/flatcar-linux/coreos-overlay/pull/537
caused them to be dropped.
Add them to the explicit list of base packages to ensure they are
installed.
This commit is contained in:
Kai Lüke 2020-10-14 14:41:28 +09:00
parent 3a7c4f07c0
commit b21f805cdf

View File

@ -135,6 +135,7 @@ RDEPEND="${RDEPEND}
net-vpn/wireguard-tools
sys-apps/coreutils
sys-apps/dbus
sys-apps/diffutils
sys-apps/ethtool
sys-apps/findutils
sys-apps/gawk