[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
os-prober invalidates part of the menu management
From: |
Arbiel (gmx) |
Subject: |
os-prober invalidates part of the menu management |
Date: |
Sun, 22 Nov 2015 19:58:08 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Hi
The variable "GRUB_HIDDEN_TIMEOUT" allows for the hiding of the menu for
a given number of seconds, during which the user can strike either
"Escape" or "Shift" to dismiss this hidding and have the menu displayed.
The user may wish this period to be 0 second, in which case they have to
keep one of those two keys down at the very start of the bios (uefi)
process to have the menu displayed.
This is great.
Unfortunately, 30_os-prober generates the following code
---------------------------
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
---------------------------
What is the purpose of this code, and shouldn't it be suppressed ?
Arbiel
signature.asc
Description: OpenPGP digital signature
- os-prober invalidates part of the menu management,
Arbiel (gmx) <=