You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[install.filesystem.root]
type = "xfs"
[install]
kargs = ["console=tty0", "console=ttyS0,115200n8"]
The kernel args defined in the config file are not applied during bootc install to-filesystem.
When passed through arguments --karg=console=tty0 --karg=console=ttyS0,115200n8, they are properly applied.
The text was updated successfully, but these errors were encountered:
I think this got broken in a refactoring; add
test coverage. In general all the heavy
lifting should move out of `baseline.rs`; a
good way to do that is probably to take the
next step of making it its own crate that
doesn't depend on the bootc core logic perhaps.
Closes: containers#570
Signed-off-by: Colin Walters <[email protected]>
bootc version: 0.1.9-3.el9_4 (x86_64)
config:
The kernel args defined in the config file are not applied during bootc install to-filesystem.
When passed through arguments
--karg=console=tty0 --karg=console=ttyS0,115200n8
, they are properly applied.The text was updated successfully, but these errors were encountered: