From ca851140ed7344302cc70159d2b78d370d7127ac Mon Sep 17 00:00:00 2001 From: Huijing Hei Date: Thu, 26 May 2022 15:31:34 +0800 Subject: [PATCH] Add missing related NM pkgs Related patch is 6ca19227d6f695b6f1f7a8b1b3a0a6341e0e63bf --- manifest.yaml | 3 +-- networking-tools.yaml | 16 ---------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 networking-tools.yaml diff --git a/manifest.yaml b/manifest.yaml index a15068457..987003df5 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -7,13 +7,12 @@ rojig: include: - fedora-coreos-config/manifests/ignition-and-ostree.yaml - fedora-coreos-config/manifests/file-transfer.yaml - # - fedora-coreos-config/manifests/networking-tools.yaml + - fedora-coreos-config/manifests/networking-tools.yaml - fedora-coreos-config/manifests/system-configuration.yaml - fedora-coreos-config/manifests/user-experience.yaml - fedora-coreos-config/manifests/shared-workarounds.yaml # RHCOS owned packages - rhcos-packages.yaml - - networking-tools.yaml ostree-layers: - overlay/01fcos diff --git a/networking-tools.yaml b/networking-tools.yaml deleted file mode 100644 index 3f186fcee..000000000 --- a/networking-tools.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# This defines a set of tools that are useful for configuring, debugging, -# or manipulating the network of a system. It is desired to keep this list -# generic enough to be shared downstream with RHCOS. - -packages: - # Standard tools for configuring network/hostname - - hostname - # Teaming https://github.com/coreos/fedora-coreos-config/pull/289 - # and http://bugzilla.redhat.com/1758162 - - teamd - # Route manipulation and QoS - - iproute iproute-tc - # Firewall manipulation - - iptables nftables - # Interactive network tools for admins - - socat net-tools bind-utils