Skip to content

Commit

Permalink
common.yaml: remove redundant addition of ignition and fips
Browse files Browse the repository at this point in the history
`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:
coreos/rpm-ostree#3834
  • Loading branch information
jlebon committed Sep 28, 2023
1 parent ab915b8 commit 68d4062
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ documentation: false
initramfs-args:
- "--add"
- "iscsi"
- "ignition"
- "--add"
- "fips"

postprocess:
- |
Expand Down

0 comments on commit 68d4062

Please sign in to comment.