From e77433f96e07589a9bcccff921334d93864bd05c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 15 Apr 2013 00:53:24 +0200 Subject: [PATCH] - set timeout to 15 seconds, give user a chance to choose --- grub.sysconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub.sysconfig b/grub.sysconfig index 729c8b4..4449a26 100644 --- a/grub.sysconfig +++ b/grub.sysconfig @@ -13,7 +13,7 @@ GRUB_DEFAULT=0 # save_default_entry #GRUB_SAVEDEFAULT=true -GRUB_TIMEOUT=5 +GRUB_TIMEOUT=15 # Unless `GRUB_DISABLE_RECOVERY' is set to `true', two menu entries # will be generated for each Linux kernel: one default entry and one -- 2.44.0