-
Notifications
You must be signed in to change notification settings - Fork 184
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
Feat: New grub2_editenv_list parser #3481
Feat: New grub2_editenv_list parser #3481
Conversation
@TZ3070 - Is this ready for review? For new spec, please raise an MR/issue to the assets repo first to get it approved at first. Thanks. |
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
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.
Approved pending the approval of spec
@TZ3070 - since the existing |
…ditenv list`` command output Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li <[email protected]>
* Feat: New grub2_editenv_list parser Signed-off-by: Xinting Li <[email protected]> * Update default and init Signed-off-by: Xinting Li <[email protected]> * Update __init__ Signed-off-by: Xinting Li <[email protected]> * Correct docs-test error Signed-off-by: Xinting Li <[email protected]> * modify test content name Signed-off-by: Xinting Li <[email protected]> * Add doc entry Signed-off-by: Xinting Li <[email protected]> * Moving to grubenv Signed-off-by: Xinting Li <[email protected]> * Fix flake8 error Signed-off-by: Xinting Li <[email protected]> * Add base class Signed-off-by: Xinting Li <[email protected]> * modify self._error to self._errors Signed-off-by: Xinting Li <[email protected]> * Replace GrubEnv from handle ``/boot/grub2/grubenv`` file to ``grub2-editenv list`` command output Signed-off-by: Xinting Li <[email protected]> * Update insights_archive Signed-off-by: Xinting Li <[email protected]> * Update doc string Signed-off-by: Xinting Li <[email protected]> Signed-off-by: Xinting Li <[email protected]> Co-authored-by: Xinting Li <[email protected]> (cherry picked from commit 618a5e7)
* Feat: New grub2_editenv_list parser Signed-off-by: Xinting Li <[email protected]> * Update default and init Signed-off-by: Xinting Li <[email protected]> * Update __init__ Signed-off-by: Xinting Li <[email protected]> * Correct docs-test error Signed-off-by: Xinting Li <[email protected]> * modify test content name Signed-off-by: Xinting Li <[email protected]> * Add doc entry Signed-off-by: Xinting Li <[email protected]> * Moving to grubenv Signed-off-by: Xinting Li <[email protected]> * Fix flake8 error Signed-off-by: Xinting Li <[email protected]> * Add base class Signed-off-by: Xinting Li <[email protected]> * modify self._error to self._errors Signed-off-by: Xinting Li <[email protected]> * Replace GrubEnv from handle ``/boot/grub2/grubenv`` file to ``grub2-editenv list`` command output Signed-off-by: Xinting Li <[email protected]> * Update insights_archive Signed-off-by: Xinting Li <[email protected]> * Update doc string Signed-off-by: Xinting Li <[email protected]> Signed-off-by: Xinting Li <[email protected]> Co-authored-by: Xinting Li <[email protected]>
Signed-off-by: Xinting Li [email protected]
All Pull Requests:
Check all that apply:
Complete Description of Additions/Changes:
New parser for command 'grub2-editenv list'