Skip to content

Commit

Permalink
Merge pull request #17035 from dzedro/grub2_timeout
Browse files Browse the repository at this point in the history
Set grub2 timeout to infinite
  • Loading branch information
czerw committed May 10, 2023
2 parents d2756cc + 4368a3b commit 665921d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/autoyast_qam/12-common_base_installation.xml.ep
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 665921d

Please sign in to comment.