Skip to content

Commit

Permalink
buildextend-installer: Remove unnecessary kargs exclusions
Browse files Browse the repository at this point in the history
I was looking at this to figure out why `console` was omitted,
and noticed we could trim some cruft here.  We no longer use
`root` or `rootflags` etc. since we reworked rootfs discovery
in coreos/fedora-coreos-config#187
etc.
  • Loading branch information
cgwalters authored and openshift-merge-robot committed Mar 20, 2020
1 parent 752546f commit 332c6ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cmd-buildextend-installer
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ live_exclude_kargs = set([
'console', # no serial console by default on ISO
'ignition.platform.id', # we hardcode "metal"
'ostree', # dracut finds the tree automatically
'root', # we use root.squashfs
'rootflags', # not needed
'rw', # we have a read-only root
])

# Parse args and dispatch
Expand Down

0 comments on commit 332c6ab

Please sign in to comment.