]> xenbits.xensource.com Git - osstest/seabios.git/commit
boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only one device
authorPaul Menzel <pmenzel@molgen.mpg.de>
Tue, 19 May 2020 21:39:42 +0000 (23:39 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 21 May 2020 17:38:27 +0000 (13:38 -0400)
commitc61193d3ec2e29c0764ce93ad17cea259c57faad
treeb6589c89c315d83712c2dbebffa636540810c43e
parentb8eda131954452bb5a236100a6572fe8f27d8021
boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only one device

Concerns were raised, that skipping the boot menu, if only one device is
present, might make debugging issues more difficult. So, extend the
current runtime configuration option `etc/show-boot-menu` to enable this
feature by setting it to 2.

Fixes: 29ee1fb8 ("Skip boot menu and timeout with only one boot device")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
docs/Runtime_config.md
src/boot.c