config_files: Update aarch64, ppc, and sparc timeouts to 60s
This makes the timeouts the same on all arches. Fixes #1068
This commit is contained in:
parent
e5f50e81c3
commit
e1785d13b8
@ -1,7 +1,7 @@
|
|||||||
#debug --graphics
|
#debug --graphics
|
||||||
default=0
|
default=0
|
||||||
splashimage=@SPLASHPATH@
|
splashimage=@SPLASHPATH@
|
||||||
timeout 5
|
timeout 60
|
||||||
hiddenmenu
|
hiddenmenu
|
||||||
title Install @PRODUCT@ @VERSION@
|
title Install @PRODUCT@ @VERSION@
|
||||||
findiso
|
findiso
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set default=0
|
set default=0
|
||||||
set timeout=5
|
set timeout=60
|
||||||
|
|
||||||
echo -e "\nWelcome to the @PRODUCT@ @VERSION@ installer!\n\n"
|
echo -e "\nWelcome to the @PRODUCT@ @VERSION@ installer!\n\n"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
partition=1
|
partition=1
|
||||||
default=linux
|
default=linux
|
||||||
read-write
|
read-write
|
||||||
timeout=100
|
timeout=600
|
||||||
message=/boot/boot.msg
|
message=/boot/boot.msg
|
||||||
image[sun4u]=/boot/vmlinuz
|
image[sun4u]=/boot/vmlinuz
|
||||||
label=linux
|
label=linux
|
||||||
|
Loading…
Reference in New Issue
Block a user