From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VdL8H-0004xu-8C for mharc-grub-devel@gnu.org; Mon, 04 Nov 2013 09:27:57 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdL8A-0004wd-6B for grub-devel@gnu.org; Mon, 04 Nov 2013 09:27:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdL84-000259-CW for grub-devel@gnu.org; Mon, 04 Nov 2013 09:27:50 -0500 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:55357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdL84-00024u-4I for grub-devel@gnu.org; Mon, 04 Nov 2013 09:27:44 -0500 Received: by mail-la0-f45.google.com with SMTP id hp15so5486718lab.32 for ; Mon, 04 Nov 2013 06:27:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type; bh=sIENwxSAgMKb94bBx4Nz0d9iMyLlN0MOAkJK9oG487Y=; b=kkdZDGanf5zJUqwW6ASOcxV0xKtIHct07cmJe3FrbQ4/qihkaVpVQkKk+zQex+/2EY qOXVaVplnn9IrnCk/TJEW5UdCPfY9BSrQ3rYs/dExty5OXNcXo9uzZd+033t6Mki6EQk +TQ230z5FuBuFS88GFt72xBgMDhUIdZ5aePnlEVUFnEwfCcVdOxfzwgFXgRVicxIwhAL k2lCQIF9ckGoSgNadJVDcKDgG7Lq/clCypd8iMTdf4DjMFo4Y9BNY2OEVYBtEKwRIQzZ gT+TnASsKlQ5Gd8DIRn3GrVskEYsO2giGhfs9/nHMe5dGsNUAyAG2IB2Ua0yCKkeTbCU zQNg== X-Received: by 10.152.44.133 with SMTP id e5mr8679lam.58.1383575262980; Mon, 04 Nov 2013 06:27:42 -0800 (PST) Received: from opensuse.site (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id vx8sm16747442lbb.8.2013.11.04.06.27.42 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 04 Nov 2013 06:27:42 -0800 (PST) Date: Mon, 4 Nov 2013 18:27:41 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] document GRUB_DISABLE_SUBMENU Message-ID: <20131104182741.28ac7cc4@opensuse.site> In-Reply-To: <52779DFC.80107@gmail.com> References: <5276D8EA.6050305@gmail.com> <1383568994-3969-1-git-send-email-arvidjaar@gmail.com> <52779DFC.80107@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/lpJVGm61z2GpSlzCCL99tP6"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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 14:27:55 -0000 --Sig_/lpJVGm61z2GpSlzCCL99tP6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =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_DEFAULT > and saved default? >=20 >=20 Like this? From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] document GRUB_DISABLE_SUBMENU Signed-off-by: Andrey Borzenkov --- docs/grub.texi | 9 +++++++++ 1 file changed, 9 insertions(+) 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 use th= e external systems installed on the same system and generate appropriate menu entries 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 for +the kernel with highest version number and put all other found kernels +or alternative menu entries for recovery mode in submenu. For entries retu= rned +by @command{os-prober} first entry will be put on top level and all others +in submenu. If this option is set to @samp{y}, flat menu with all entries +on top level will be generated instead. Changing this option may require +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 access --=20 tg: (46522fb..) u/grub_disable_submenu (depends on: master) --Sig_/lpJVGm61z2GpSlzCCL99tP6 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlJ3rt0ACgkQR6LMutpd94y/EwCfT4tW2JSMy5wSoG9vpjV6DeT7 Z7QAoLxPpRIubShGqtN9ZmCTXhseOJ6W =zEdv -----END PGP SIGNATURE----- --Sig_/lpJVGm61z2GpSlzCCL99tP6--