Set UEFI defaults to match BIOS (#1021451,#1021446)
60 second timeout and default to testing media. Resolves: rhbz#1021451 Resolves: rhbz#1021446
This commit is contained in:
parent
4d8f6d904d
commit
12e03abfa9
@ -1,7 +1,7 @@
|
|||||||
#debug --graphics
|
#debug --graphics
|
||||||
default=0
|
default=1
|
||||||
splashimage=@SPLASHPATH@
|
splashimage=@SPLASHPATH@
|
||||||
timeout 5
|
timeout 60
|
||||||
hiddenmenu
|
hiddenmenu
|
||||||
title Install @PRODUCT@ @VERSION@
|
title Install @PRODUCT@ @VERSION@
|
||||||
findiso
|
findiso
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
set default="0"
|
set default="1"
|
||||||
|
|
||||||
function load_video {
|
function load_video {
|
||||||
insmod efi_gop
|
insmod efi_gop
|
||||||
@ -14,7 +14,7 @@ insmod gzio
|
|||||||
insmod part_gpt
|
insmod part_gpt
|
||||||
insmod ext2
|
insmod ext2
|
||||||
|
|
||||||
set timeout=5
|
set timeout=60
|
||||||
### END /etc/grub.d/00_header ###
|
### END /etc/grub.d/00_header ###
|
||||||
|
|
||||||
search --no-floppy --set=root -l '@ISOLABEL@'
|
search --no-floppy --set=root -l '@ISOLABEL@'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#debug --graphics
|
#debug --graphics
|
||||||
default=0
|
default=1
|
||||||
splashimage=@SPLASHPATH@
|
splashimage=@SPLASHPATH@
|
||||||
timeout 5
|
timeout 60
|
||||||
hiddenmenu
|
hiddenmenu
|
||||||
title Start @PRODUCT@ @VERSION@
|
title Start @PRODUCT@ @VERSION@
|
||||||
findiso
|
findiso
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
set default="0"
|
set default="1"
|
||||||
|
|
||||||
function load_video {
|
function load_video {
|
||||||
insmod efi_gop
|
insmod efi_gop
|
||||||
@ -14,7 +14,7 @@ insmod gzio
|
|||||||
insmod part_gpt
|
insmod part_gpt
|
||||||
insmod ext2
|
insmod ext2
|
||||||
|
|
||||||
set timeout=5
|
set timeout=60
|
||||||
### END /etc/grub.d/00_header ###
|
### END /etc/grub.d/00_header ###
|
||||||
|
|
||||||
search --no-floppy --set=root -l '@ISOLABEL@'
|
search --no-floppy --set=root -l '@ISOLABEL@'
|
||||||
|
Loading…
Reference in New Issue
Block a user