-
Notifications
You must be signed in to change notification settings - Fork 294
Skip wait_boot for autoyast installations #17721
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
Skip wait_boot for autoyast installations #17721
Conversation
68792da
to
3d17a57
Compare
Verification run: https://openqa.suse.de/tests/12048649 |
3d17a57
to
59a7f35
Compare
When we deploy the system with autoyast, there is no reboot after the installation and wait_boot never sees a grub menu, so let's skip this in this case. Signed-off-by: Michael Moese <[email protected]>
59a7f35
to
8470f59
Compare
Co-authored-by: Martchus <[email protected]>
@Julie-CAO Please have a look whether this will work correctly with VIRT_AUTOTEST. |
thanks for asking. |
ebe9707
to
3fb9f70
Compare
So we can keep this a bit simpler |
Co-authored-by: Martchus <[email protected]>
3fb9f70
to
b666222
Compare
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.
The first comment is redundant but otherwise LGTM.
New verification run: https://openqa.suse.de/tests/12078155 |
Yes, the commits should be squashed. You can do this directly on GitHub when merging. |
When we deploy the system with autoyast, there is no reboot after the installation and wait_boot never sees a grub menu, so let's skip this in this case.
This will fix https://openqa.suse.de/tests/11998046 and similar