Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/motdgen: Add OEM information to motd output #34

Merged
merged 2 commits into from Feb 3, 2021

Conversation

pothos
Copy link
Member

@pothos pothos commented Feb 2, 2021

The message-of-the-day login greeter shows basic information about the
OS but so far did not give a hint whether an OEM variant is used and
which (e.g., "Flatcar Container Linux by Kinvolk stable (2605.12.0)").
Append the OEM name to it, like "for Amazon EC2".

How to use

Build an OEM image and see that the name is shown at login

Testing done

Only manual execution of the changed script lines

@pothos pothos requested a review from a team February 2, 2021 19:21
Copy link
Contributor

@margamanterola margamanterola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this. Unfortunately, I'm not sure this ends up creating the string we want :(

scripts/motdgen Outdated Show resolved Hide resolved
scripts/motdgen Outdated Show resolved Hide resolved
Copy link
Contributor

@margamanterola margamanterola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The message-of-the-day login greeter shows basic information about the
OS but so far did not give a hint whether an OEM variant is used and
which (e.g., "Flatcar Container Linux by Kinvolk stable (2605.12.0)").
Append the OEM name to it, like "for Amazon EC2".
In case another part has brackets, it looks strange to have two
pairs of them in one line.
Since they are not really needed in the relation of channels vs
version, leave them out.
@pothos pothos merged commit cdfee3f into flatcar-master Feb 3, 2021
@pothos pothos deleted the kai/add-oem-to-motd branch February 3, 2021 13:45
pothos added a commit to flatcar-archive/coreos-overlay that referenced this pull request Feb 3, 2021
pothos added a commit to flatcar-archive/coreos-overlay that referenced this pull request Feb 3, 2021
Using the change in flatcar/init#34
we can show the OEM on the motd, and by including "Pro" in the OEM
name we can also show whether it is a Pro image or not. Later this
may be revisited if the /usr/../os-release file is the place for it.
pothos added a commit to flatcar-archive/coreos-overlay that referenced this pull request Feb 3, 2021
pothos added a commit to flatcar-archive/coreos-overlay that referenced this pull request Feb 3, 2021
Using the change in flatcar/init#34
we can show the OEM on the motd, and by including "Pro" in the OEM
name we can also show whether it is a Pro image or not. Later this
may be revisited if the /usr/../os-release file is the place for it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants