From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VdJVV-0008Bn-5N for mharc-grub-devel@gnu.org; Mon, 04 Nov 2013 07:43:49 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdJVL-000889-42 for grub-devel@gnu.org; Mon, 04 Nov 2013 07:43:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdJVC-0006Nb-5k for grub-devel@gnu.org; Mon, 04 Nov 2013 07:43:39 -0500 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:49320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdJVB-0006NC-TU for grub-devel@gnu.org; Mon, 04 Nov 2013 07:43:30 -0500 Received: by mail-lb0-f179.google.com with SMTP id w6so5432299lbh.10 for ; Mon, 04 Nov 2013 04:43:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=7PW0pcVSnMZtB+npUpBHq6e9tJMBYm8lxm/qiOIfsE0=; b=mF10eQBtDL72c/SGopxcvsZW+1HuW8SX15kQSDWG7+I3iohi876sXSzR7DSE5J6cG1 N5RGqP8gj0Yg2MyhvwiDDTnInHaydoF/o4dySSo72UAqn+KLfZxC7MCV9ShuTwHjNwRx Q3gSwErjirxEiuXK0BprIJ1aEN0yZnLsUanFdJiKldTj4Zf1F/9/kIyq6bShVomqdN3y wvG1e3hY77mup0Co7x4Vq3nzC8clWw5LPqe1bpKq93YvaTPnn6mp09SJylHMhEOzO7wT NMkcpvDFm8gboGrj1B7NOmhxAohFyRfIJ7Gt7Gltvi8d6wwKoZ5YJhUN6gmzURFC2zhr tk2g== X-Received: by 10.152.121.3 with SMTP id lg3mr11778969lab.0.1383569008794; Mon, 04 Nov 2013 04:43:28 -0800 (PST) Received: from localhost.localdomain (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id os9sm16499939lbb.17.2013.11.04.04.43.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Nov 2013 04:43:28 -0800 (PST) From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] document GRUB_DISABLE_SUBMENU Date: Mon, 4 Nov 2013 16:43:14 +0400 Message-Id: <1383568994-3969-1-git-send-email-arvidjaar@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <5276D8EA.6050305@gmail.com> References: <5276D8EA.6050305@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::233 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 12:43:47 -0000 Signed-off-by: Andrey Borzenkov --- docs/grub.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index fced603..fbabea8 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -1450,6 +1450,14 @@ Normally, @command{grub-mkconfig} will try to use the external systems installed on the same system and generate appropriate menu entries for them. Set this option to @samp{true} to disable this. +@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 returned +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. + @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 -- tg: (6750892..) u/grub_disable_submenu (depends on: master)