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

ncm-grub: Add support for configuring a console argument #163

Merged
merged 1 commit into from May 5, 2014

Conversation

ned21
Copy link
Contributor

@ned21 ned21 commented Mar 18, 2014

Configure a console argument if one is defined in /hardware/console.

@@ -86,6 +88,38 @@ sub Configure {
my $kernelversion=$config->getValue($kernelpath);
my $fulldefaultkernelpath=$prefix.'/'.$kernelname.'-'.$kernelversion;

my $cons = undef;
my $consolepath = "/hardware/console/serial";
Copy link
Member

Choose a reason for hiding this comment

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

is this part of the standard schema?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not -- although that would be a separate patch to https://github.com/quattor/template-library-core/blob/master/quattor/schema.pan add it -- but it's an optional element so the code path is ignored if it's not present.

Copy link
Member

Choose a reason for hiding this comment

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

please create the PR, but this should not be blocking this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Configure a console argument if one is defined in /hardware/console.
piojo-zz pushed a commit that referenced this pull request May 5, 2014
ncm-grub: Add support for configuring a console argument
@piojo-zz piojo-zz merged commit 0bde607 into quattor:master May 5, 2014
@ned21 ned21 deleted the ncm-grub branch December 10, 2014 12:09
aka7 pushed a commit to aka7/configuration-modules-core that referenced this pull request Oct 14, 2022
…attor#163)

* client/rpms: allow to disable ncm-cdispd/cdp-listend installation

- Useful when Quattor is used to manage a VM image rather than a machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants