diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-03-25 01:58:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-03-25 01:58:00 +0000 |
commit | 545e4fafe17df683c6540756e05cb1f565fb043b (patch) | |
tree | 5776425934c7455c14a0ac9d7df25b19cf25e06a /sys-boot | |
parent | Fix Bug 542710 - sci-mathematics/isabelle-2013.2 - Couldn't download 'Isabell... (diff) | |
download | gentoo-2-545e4fafe17df683c6540756e05cb1f565fb043b.tar.gz gentoo-2-545e4fafe17df683c6540756e05cb1f565fb043b.tar.bz2 gentoo-2-545e4fafe17df683c6540756e05cb1f565fb043b.zip |
Document options to disable the submenu and play a tone on startup. Bug 544154.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub/files/grub.default-3 | 15 |
2 files changed, 18 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 5554c4f87676..f9547f7af6fa 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.352 2015/03/17 18:51:49 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.353 2015/03/25 01:58:00 floppym Exp $ + + 25 Mar 2015; Mike Gilbert <floppym@gentoo.org> files/grub.default-3: + Document options to disable the submenu and play a tone on startup. Bug + 544154. 17 Mar 2015; Mike Gilbert <floppym@gentoo.org> grub-2.02_beta2-r3.ebuild, grub-2.02_beta2-r7.ebuild, grub-9999-r1.ebuild: diff --git a/sys-boot/grub/files/grub.default-3 b/sys-boot/grub/files/grub.default-3 index f3f7e4764c95..8ff053fa7b35 100644 --- a/sys-boot/grub/files/grub.default-3 +++ b/sys-boot/grub/files/grub.default-3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v 1.4 2014/10/16 04:04:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v 1.5 2015/03/25 01:58:00 floppym Exp $ # # To populate all changes in this file you need to regenerate your # grub configuration file afterwards: @@ -61,3 +61,14 @@ GRUB_DISTRIBUTOR="Gentoo" # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY=true + +# Uncomment to disable generation of the submenu and put all choices on +# the top-level menu. +# Besides the visual affect of no sub menu, this makes navigation of the +# menu easier for a user who can't see the screen. +#GRUB_DISABLE_SUBMENU=y + +# Uncomment to play a tone when the main menu is displayed. +# This is useful, for example, to allow users who can't see the screen +# to know when they can make a choice on the menu. +#GRUB_INIT_TUNE="60 800 1" |