From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VfVBV-0002bi-2J for mharc-grub-devel@gnu.org; Sun, 10 Nov 2013 08:36:13 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfVBO-0002aB-1A for grub-devel@gnu.org; Sun, 10 Nov 2013 08:36:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfVBI-0001c3-Im for grub-devel@gnu.org; Sun, 10 Nov 2013 08:36:05 -0500 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:33074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfVBI-0001bx-Bm for grub-devel@gnu.org; Sun, 10 Nov 2013 08:36:00 -0500 Received: by mail-ea0-f171.google.com with SMTP id h15so1732025eak.30 for ; Sun, 10 Nov 2013 05:35:59 -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=SV1RRSXwtB9dY7+hoSHIgYz4Lng8B1YbznZ32FTjd0Y=; b=pZGawfhXJRGxxvFins9asoV2HrIhO3fAZkShxsToXLa2qnxteypx8hjPKIQv+amIAL lBzxXZ82xg8AgOZA7pQJRQp7vBaHTnDJuI7sJBnV68EBLOxWFZ/OcfWT+zRXqesBUqMu WMtkq4ckg2MiXvrRIhB5rUY8gvz3rLIGmF3o1wEPW8gPnDqWmUCaD4i5pcR7QFdkySwE mmuEJBjXn9mTUNgtqKo7MzKBeWWAQzlBsEZ64wUEQh90+kn0gBajjXyi11He6rsqXUi+ +sgNvIJy/2VduVNhCfC/+e45FQxvYaOEFVyWtVPXSQKVSQHZj7QrIytWTG11QgABG36g LRAw== X-Received: by 10.15.10.6 with SMTP id f6mr2316551eet.57.1384090559384; Sun, 10 Nov 2013 05:35:59 -0800 (PST) Received: from [192.168.1.16] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id w6sm49348435eeo.12.2013.11.10.05.35.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Nov 2013 05:35:58 -0800 (PST) Message-ID: <527F8BBC.4050203@gmail.com> Date: Sun, 10 Nov 2013 14:35:56 +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> <5277C6AB.5090808@gmail.com> <20131110172010.086e28cf@opensuse.site> In-Reply-To: <20131110172010.086e28cf@opensuse.site> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2BKXWFKCAUWKALGWSNVOT" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::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: Sun, 10 Nov 2013 13:36:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2BKXWFKCAUWKALGWSNVOT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10.11.2013 14:20, Andrey Borzenkov wrote: > =D0=92 Mon, 04 Nov 2013 17:09:15 +0100 > Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0= =B8=D1=88=D0=B5=D1=82: >=20 >> 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_DEFA= ULT >>>> and saved default? >>>> >>>> >>> >>> Like this? >>> >> 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 >=20 >=20 > Default won't need to be changed if it already refers to top-level menu= > entry by ID or title (which does not change). Below is the best I could= > come up with without making it exceedingly large. >=20 Thank you. Go ahead. > From: Andrey Borzenkov > To: grub-devel@gnu.org > Subject: [PATCH] document GRUB_DISABLE_SUBMENU >=20 > Signed-off-by: Andrey Borzenkov >=20 > --- > docs/grub.texi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) >=20 > diff --git a/docs/grub.texi b/docs/grub.texi > index ead8fbd..58e04e2 100644 > --- a/docs/grub.texi > +++ b/docs/grub.texi > @@ -1450,6 +1450,18 @@ 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 will requ= ire > +changing existing values of @samp{GRUB_DEFAULT}, @samp{fallback} (@pxr= ef{fallback}) > +and @samp{default} (@pxref{default}) environment variables as well as = saved > +default entry using @command{grub-set-default} and value used with > +@command{grub-reboot}. > + > @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 ------enig2BKXWFKCAUWKALGWSNVOT 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/ iF4EAREKAAYFAlJ/i7wACgkQmBXlbbo5nOtVCwD/WzLaaCYPjQiweGx9mlPFnIsQ oeuMzEp0Qt5UKi7MoS4A/jZDavZjgQr4mtpJwcgojZYak7HnVsSvvOZ0ywO2eLTC =8zhD -----END PGP SIGNATURE----- ------enig2BKXWFKCAUWKALGWSNVOT--