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:
Brian C. Lane 2020-09-01 16:28:49 -07:00
parent e5f50e81c3
commit e1785d13b8
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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