In 35fe544d44c236facc399d0b39709d952360a8fb to refactoring code we are missing some necessary arguments and special characters for typo. This commit is a fixup to make sure we get the same result before re-factoring.
Checklist:
[ ] Add test cases to all the changes you introduce
[ ] Run poetry run pytest locally to ensure all linter checks pass
[ ] Update the documentation if necessary
Steps to Test This Pull Request
checkout to the previous commit of 35fe544d44c236facc399d0b39709d952360a8fb
generate grub.cfg
checkout to this commit
generate grub.cfg again
Expected Behavior
The content of grub.cfg from step 2 and 4 are the same.
Types of changes
Description
In 35fe544d44c236facc399d0b39709d952360a8fb to refactoring code we are missing some necessary arguments and special characters for typo. This commit is a fixup to make sure we get the same result before re-factoring.
Checklist:
poetry run pytest
locally to ensure all linter checks passSteps to Test This Pull Request
Expected Behavior
The content of grub.cfg from step 2 and 4 are the same.
Actual Result
As-is
And the
grub.cfg
won't provision autoinstall correctly so the installer stops at the prompt of subiquity.To-be (one empty line is ok)
The grub.cfg sh has been tested with awrep6(server) and d05-1(client).