From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VdMip-0005YO-1c for mharc-grub-devel@gnu.org; Mon, 04 Nov 2013 11:09:47 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdMig-0005Uf-5T for grub-devel@gnu.org; Mon, 04 Nov 2013 11:09:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdMia-0000vC-FL for grub-devel@gnu.org; Mon, 04 Nov 2013 11:09:38 -0500 Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:41223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdMia-0000ux-8O for grub-devel@gnu.org; Mon, 04 Nov 2013 11:09:32 -0500 Received: by mail-ee0-f43.google.com with SMTP id b47so1221116eek.16 for ; Mon, 04 Nov 2013 08:09:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=bC47yy2rCf++1rzY09/1ZvJBOI9RVJz26ra430fmaeE=; b=OcBJWbKLArK3yxqT8d34UbFLk0WjuZ1n5wJTSwh68rv0Wd1oW6+MDnaipUxmsjY/hU FEYM+Ufbmj/AC0rQicb5dCrO5GSl9FV9Mawq2iJmNfKvy6SCZF+9Nlfm+rEE7yTReopR IL5DBWLVUwbdrKk/4uWIy0g1lsOjkcLRRYXisEQ48WbTjAOkjz15/jUd7rbp5zKvHzZh 7AK4wkNDrKZDMGhzyAL2RIzyRARdkGd9HHLb23s9YOFIYlCHN69X/2H23nQAZxFto0nH f5KW71irgnDDhGEchNKZnL4M0feDnsIIohCny/rc2eP7/PUtQELzqmPrQlIWd033MlZq gWQA== X-Received: by 10.14.177.199 with SMTP id d47mr18996269eem.14.1383581371402; Mon, 04 Nov 2013 08:09:31 -0800 (PST) Received: from [192.47.248.16] (eduroam-248-16.unifr.ch. [192.47.248.16]) by mx.google.com with ESMTPSA id z1sm22379819eeo.14.2013.11.04.08.09.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Nov 2013 08:09:29 -0800 (PST) Message-ID: <5277C6AB.5090808@gmail.com> Date: Mon, 04 Nov 2013 17:09:15 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] document GRUB_DISABLE_SUBMENU References: <5276D8EA.6050305@gmail.com> <1383568994-3969-1-git-send-email-arvidjaar@gmail.com> <52779DFC.80107@gmail.com> <20131104182741.28ac7cc4@opensuse.site> In-Reply-To: <20131104182741.28ac7cc4@opensuse.site> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2JELHNRSDNUFLUIQURPSO" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22b X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 16:09:43 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2JELHNRSDNUFLUIQURPSO Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 04.11.2013 15:27, Andrey Borzenkov wrote: > =D0=92 Mon, 04 Nov 2013 14:15:40 +0100 > Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0= =B8=D1=88=D0=B5=D1=82: >> Could you add that toggling this requires changing default/GRUB_DEFAUL= T >> and saved default? >> >> >=20 > Like this? >=20 I think it should be "will" not "may". And also explicit mention of default, fallback, GRUB_DEFAULT and grub-reboot/grub-set-default with links would be helpful > From: Andrey Borzenkov > To: grub-devel@gnu.org > Subject: [PATCH] document GRUB_DISABLE_SUBMENU >=20 > Signed-off-by: Andrey Borzenkov >=20 > --- > docs/grub.texi | 9 +++++++++ > 1 file changed, 9 insertions(+) >=20 > diff --git a/docs/grub.texi b/docs/grub.texi > index fced603..bb9d50a 100644 > --- a/docs/grub.texi > +++ b/docs/grub.texi > @@ -1450,6 +1450,15 @@ Normally, @command{grub-mkconfig} will try to us= e the external > systems installed on the same system and generate appropriate menu ent= ries > for them. Set this option to @samp{true} to disable this. > =20 > +@item GRUB_DISABLE_SUBMENU > +Normally, @command{grub-mkconfig} will generate top level menu entry f= or > +the kernel with highest version number and put all other found kernels= > +or alternative menu entries for recovery mode in submenu. For entries = returned > +by @command{os-prober} first entry will be put on top level and all ot= hers > +in submenu. If this option is set to @samp{y}, flat menu with all entr= ies > +on top level will be generated instead. Changing this option may requi= re > +changing value of default boot entry. > + > @item GRUB_ENABLE_CRYPTODISK > If set to @samp{y}, @command{grub-mkconfig} and @command{grub-install}= will > check for encrypted disks and generate additional commands needed to a= ccess >=20 >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >=20 ------enig2JELHNRSDNUFLUIQURPSO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlJ3xqwACgkQmBXlbbo5nOs+nQEAlViSq7ooiOPHuzYw2zTkwm7R SV8X74u5xmNFOL+HS64BAKBtb142pRo1jc9LeHeZYU4RLVdK8cIPw3Z4tN0q+kJo =6paP -----END PGP SIGNATURE----- ------enig2JELHNRSDNUFLUIQURPSO--