1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00
Files
bootc/crates/kernel_cmdline
John Eckersberg 87bcbd9ae9 kernel_cmdline: Fix parsing/equivalence of "outside" quoted args
Primary motivation here is that these two should be equivalent:

foo="quoted value"
"foo=quoted value"

This also adds tests for a few more oddball cases that weren't covered
before but clarify the expected kernel behavior.

Closes: #1737
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
2025-11-07 14:22:20 -05:00
..