mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
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:
parent
3a7c4f07c0
commit
b21f805cdf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user