-
Notifications
You must be signed in to change notification settings - Fork 221
Few improvements to source installer #3249
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Konstantin Olshanov <kolshanov@cloudlinux.com>
Signed-off-by: Konstantin Olshanov <kolshanov@cloudlinux.com>
Signed-off-by: Konstantin Olshanov <kolshanov@cloudlinux.com>
Add ability to enable/disable config entry or set it to 'm'. Signed-off-by: Konstantin Olshanov <kolshanov@cloudlinux.com>
|
@microsoft-github-policy-service agree company="Cloud Linux" |
| sudo=True, | ||
| ) | ||
|
|
||
| result = node.execute( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it optional, if the local_version is not specified, don't execute it.
| "EOF\n", | ||
| shell=True | ||
| ) | ||
| result.assert_exit_code() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add error message to describe what happened.
| ) | ||
| result.assert_exit_code() | ||
|
|
||
| result = node.execute( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can it be cat into the /etc/default/grub.d/99-lisa.cfg directly? So it doesn't need an extra command to copy.
|
@adityagesh @smit-gardhariya @SRIKKANTH Please help checking if there is regression on source installer. Thank you. |
|
@olshanov please fix check errors. You can refer to document to setup vscode or use nox to validate errors locally. |
zstdpackage required for kernel build. And Ubuntu 18.04 image lack ofcpiopackage;