From 68d40621adf2d63072ee0ee42444799183aba21a Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 28 Sep 2023 17:07:17 -0400 Subject: [PATCH] common.yaml: remove redundant addition of `ignition` and `fips` `ignition` is already pulled in by a multitude of dracut modules, and `fips` is already pulled in by `rhcos-fips`. Part of the move away `initramfs-args`, which is deprecated: https://github.com/coreos/rpm-ostree/pull/3834 --- common.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.yaml b/common.yaml index 95509a5b5..fa9792fc9 100644 --- a/common.yaml +++ b/common.yaml @@ -38,9 +38,6 @@ documentation: false initramfs-args: - "--add" - "iscsi" - - "ignition" - - "--add" - - "fips" postprocess: - |