Skip to content

Commit

Permalink
Merge pull request #1376 from jlebon/pr/cleanup-initramfs-args
Browse files Browse the repository at this point in the history
common.yaml: stop using `initramfs-args` in favour of `dracut.conf.d` dropins
  • Loading branch information
openshift-ci[bot] authored Oct 16, 2023
2 parents c33c460 + d73ccaf commit fa37ed3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 34 deletions.
22 changes: 0 additions & 22 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,6 @@ arch-include:
- fedora-coreos-config/manifests/bootupd.yaml

documentation: false
initramfs-args:
- "--no-hostonly"
- "--omit-drivers"
- "nouveau"
- "--omit"
# we don't need root-on-NFS
# see upstream: https://github.com/coreos/fedora-coreos-config/pull/60
- "nfs"
- "--add"
- "iscsi"
- "ignition"
- "--add"
- "ifcfg"
- "--add"
- "fips"
# The current default in RHEL8 is network-legacy
## XXX: This does not work for now: https://github.com/dracutdevs/dracut/issues/798
## XXX: Temporarily use overlay.d/05rhcos/usr/lib/dracut/modules.d/29rhcos-need-network-manager/module-setup.sh
#- "--add"
#- "network-manager"
- "--omit"
- "network-legacy"

postprocess:
- |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# breaks booting in AWS
# https://bugzilla.redhat.com/show_bug.cgi?id=1700056
# https://bugzilla.redhat.com/show_bug.cgi?id=1645772
omit_drivers+=" nouveau "

This file was deleted.

0 comments on commit fa37ed3

Please sign in to comment.