From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VpNmV-0000F4-6t for mharc-grub-devel@gnu.org; Sat, 07 Dec 2013 14:43:15 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpNmL-0000EH-BE for grub-devel@gnu.org; Sat, 07 Dec 2013 14:43:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpNmC-0007Zf-Fl for grub-devel@gnu.org; Sat, 07 Dec 2013 14:43:05 -0500 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:56430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpNmC-0007ZR-6z for grub-devel@gnu.org; Sat, 07 Dec 2013 14:42:56 -0500 Received: by mail-la0-f53.google.com with SMTP id mc6so535142lab.40 for ; Sat, 07 Dec 2013 11:42:54 -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=Yv3voBKFLZscxkJobUYot1PAO6UMoJWzWqfDdZXLHbc=; b=lpq34MegL/oOPAYGAlJQfQw8eLB8ppuz3O8qgQ54fXfBxm6QQ5Hf29YaekkAo/Mkmg PMFTdLA/eAgTk+GZBCHmWVR7HngqT2bVA9Gka+3pyFEe/XmsNVdcxZDwkpIcKSevSxJM 1Dk+JhvWLjfCT5gVDJCP9ir31NOjq07X0Nbcx394jtWTCDbSu7HS9srh3oJOjgyRWLvu ZHsnwboMtTyS3Gnh5M9gLFJZBvKmgYBTA6qPBIvNstfZnwiy4Jn4HkhQcM0RVy25/9xs 3bJ7SSTNCZ1C5w8rGWWBapjCcGwLi6UMEO9cbTb6clt80Y9BjRbj81Nrkxms0nWhlqpl v5tA== X-Received: by 10.152.21.3 with SMTP id r3mr2611478lae.15.1386445374882; Sat, 07 Dec 2013 11:42:54 -0800 (PST) Received: from localhost.localdomain (ppp91-76-134-134.pppoe.mtu-net.ru. [91.76.134.134]) by mx.google.com with ESMTPSA id j1sm3022379lbl.10.2013.12.07.11.42.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 Dec 2013 11:42:54 -0800 (PST) From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] document config_directory and config_file variables Date: Sat, 7 Dec 2013 23:42:48 +0400 Message-Id: <1386445368-17180-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::235 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, 07 Dec 2013 19:43:13 -0000 --- docs/grub.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index 6144740..e41c8db 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -3038,6 +3038,8 @@ These variables have special meaning to GRUB. * cmdpath:: * color_highlight:: * color_normal:: +* config_directory:: +* config_file:: * debug:: * default:: * fallback:: @@ -3180,6 +3182,20 @@ matching colors of first half. to support whole rgb24 palette but currently there is no compelling reason to go beyond the current 16 colors. + +@node config_directory +@subsection config_directory + +This variable is automatically set by GRUB to the directory part of +current configuration file name (@pxref{config_file}). + + +@node config_file +@subsection config_file + +Name of configuration file that is being processed (@pxref{configfile}). + + @node debug @subsection debug -- tg: (bb05e31..) u/config_directory (depends on: master)