From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VhYHt-0002Sx-NZ for mharc-grub-devel@gnu.org; Sat, 16 Nov 2013 00:19:17 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhYHk-0002S9-F4 for grub-devel@gnu.org; Sat, 16 Nov 2013 00:19:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhYHc-0001it-1m for grub-devel@gnu.org; Sat, 16 Nov 2013 00:19:08 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:34562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhYHb-0001ip-PQ for grub-devel@gnu.org; Sat, 16 Nov 2013 00:18:59 -0500 Received: by mail-la0-f52.google.com with SMTP id ev20so3398410lab.39 for ; Fri, 15 Nov 2013 21:18:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=mjyX0P+9tn5nDbmIegYxI1KxPKtdvnikKGhtCvXKaXQ=; b=sXEzP743hcEURAT6rGDb32uYAALk4ZsuZjc6MG0hqa3h51J1jeEFZFn4AQvVNM2H4I NN8yUX5fvmkm7SMpKDYBMTidEf7RdYxo2Lzx8J3oVZrg4JXBP3uQE2C9MAYa6WL2RrXN v3udv833CWbZIt6Pn76S5dhrAAhIjXMIpxzMG0JYFMN7dWpMK6EMNz9day2vvNM69eMy bVs/lzSib6O+wPoEbHZtBGfZOMnbhJNreb7Rh5ZPCXg9To0HujgUEQYjLGTGc2E4Ht9V yZC7eX6w31Q2ld05wbAIHwDqmXeyheLnar82kpJ5Vbpaj2epcego11omE+NIc4A6p+ao riog== X-Received: by 10.152.120.73 with SMTP id la9mr5865982lab.3.1384579138536; Fri, 15 Nov 2013 21:18:58 -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 xc10sm4394950lbb.6.2013.11.15.21.18.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Nov 2013 21:18:58 -0800 (PST) From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] document cmdpath environment variable Date: Sat, 16 Nov 2013 09:18:55 +0400 Message-Id: <1384579135-30778-1-git-send-email-arvidjaar@gmail.com> X-Mailer: git-send-email 1.8.1.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 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: Sat, 16 Nov 2013 05:19:17 -0000 --- docs/grub.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index 0a9670f..de72d0c 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -2989,6 +2989,7 @@ These variables have special meaning to GRUB. * biosnum:: * check_signatures:: * chosen:: +* cmdpath:: * color_highlight:: * color_normal:: * debug:: @@ -3058,6 +3059,16 @@ the titles of each of the submenus starting from the top level followed by the title of the menu entry itself, separated by @samp{>}. +@node cmdpath +@subsection cmdpath + +The location from which @file{core.img} was loaded as an absolute +directory name (@pxref{File name syntax}). This is set by GRUB at +startup based on information returned by platform firmware. Not every +platform provides this information and some may return only device +without path name. + + @node color_highlight @subsection color_highlight -- tg: (59ba9d1..) u/cmdpath_doc (depends on: master)