util/cmdline: rename "OEM ID" to "Platform ID"#185
Conversation
shouldn't it be |
|
@dustymabe indeed, I didn't see that PR. Renamed. |
|
Per coreos/coreos-assembler#433 (comment), maybe we should go ahead and accept only the new flag in non-legacy mode. |
That makes sense. IOW the media creator will generate both |
jlebon
left a comment
There was a problem hiding this comment.
LGTM!
No strong opinion on whether we should handle both here too or not. Not handling both just means that we'll have to be sure that the RHCOS pipeline has coreos/coreos-assembler#433 backported before the next cut.
|
I'm going to hold this a bit until we sort out the approach in coreos/coreos-assembler#433. I'm fine either ways, I thought that an overlap window here would make easier the lockstep transition on RHCOS side. |
|
coreos/coreos-assembler#433 landed adding both flags. As requested by @bgilbert, I reworked this PR to drop the overlapping/legacy fallback. PTAL, thanks! |
This switches from "coreos.oem.id" to "ignition.platform.id" in non-legacy mode.
This switches from "coreos.oem.id" to "ignition.platform.id" in
non-legacy mode.
Ref: coreos/coreos-assembler#428