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

Set grub2 timeout to infinite #17035

Merged
merged 1 commit into from
May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/autoyast_qam/12-common_base_installation.xml.ep
Expand Up @@ -47,7 +47,7 @@
<hiddenmenu>false</hiddenmenu>
<os_prober>false</os_prober>
<terminal>console</terminal>
<timeout config:type="integer">8</timeout>
<timeout config:type="integer">-1</timeout>
<trusted_grub>false</trusted_grub>
<xen_append>crashkernel=163M</xen_append>
<xen_kernel_append>crashkernel=163M\&lt;4G</xen_kernel_append>
Expand Down Expand Up @@ -217,7 +217,7 @@
% unless ($check_var->('ARCH', 's390x')) {
<bootloader>
<global>
<timeout config:type="integer">45</timeout>
<timeout config:type="integer">-1</timeout>
</global>
</bootloader>
<general>
Expand Down
4 changes: 2 additions & 2 deletions data/autoyast_qam/15-common_base_installation.xml.ep
Expand Up @@ -47,7 +47,7 @@
<hiddenmenu>false</hiddenmenu>
<os_prober>false</os_prober>
<terminal>console</terminal>
<timeout config:type="integer">8</timeout>
<timeout config:type="integer">-1</timeout>
<trusted_grub>false</trusted_grub>
<xen_append>crashkernel=163M</xen_append>
<xen_kernel_append>crashkernel=163M\&lt;4G</xen_kernel_append>
Expand Down Expand Up @@ -214,7 +214,7 @@
% unless ($check_var->('ARCH', 's390x')) {
<bootloader>
<global>
<timeout config:type="integer">45</timeout>
<timeout config:type="integer">-1</timeout>
</global>
</bootloader>
<general>
Expand Down