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
|
||||
default=0
|
||||
splashimage=@SPLASHPATH@
|
||||
timeout 5
|
||||
timeout 60
|
||||
hiddenmenu
|
||||
title Install @PRODUCT@ @VERSION@
|
||||
findiso
|
||||
|
@ -1,5 +1,5 @@
|
||||
set default=0
|
||||
set timeout=5
|
||||
set timeout=60
|
||||
|
||||
echo -e "\nWelcome to the @PRODUCT@ @VERSION@ installer!\n\n"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
partition=1
|
||||
default=linux
|
||||
read-write
|
||||
timeout=100
|
||||
timeout=600
|
||||
message=/boot/boot.msg
|
||||
image[sun4u]=/boot/vmlinuz
|
||||
label=linux
|
||||
|
Loading…
Reference in New Issue
Block a user