From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S5PvO-0000Fq-6R for mharc-grub-devel@gnu.org; Wed, 07 Mar 2012 18:05:38 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5Pv4-0000EE-CZ for grub-devel@gnu.org; Wed, 07 Mar 2012 18:05:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5Pv2-000766-QX for grub-devel@gnu.org; Wed, 07 Mar 2012 18:05:17 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:63372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5Pv2-000760-HQ for grub-devel@gnu.org; Wed, 07 Mar 2012 18:05:16 -0500 Received: by werj55 with SMTP id j55so5355118wer.0 for ; Wed, 07 Mar 2012 15:05:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=EiVd5cLvUwv/PyNFo/JWunjE0ZJuSpRJqMfg91FkJfE=; b=gs0fT7XUF4VK5fH+zUDRUcDKidRPYW0Ln9YLmRZPOAPVCNClojtlugfFLYNJgcluz3 P+b/9iy4HpgzWWe8XHxKT03OXvZka7EwHuA0ydHqNQwsJfEfCrSC/t8KM6HmMNiSsJsx 398Vx6EnrI9szWm+AcuRC+ttRHNvP19TSb0QyphDlQuWEUJz6LQwQqSnWtxh1Oz/VflJ cMby9+Xp9SUnkkRA5DjG0WBQOUDfODxzOQitgP7BahGUFSAmQKDIaJbgH3fFBRCBFjbO 2LJTHeOKqKHWnoR3v+xKEWsowYBK3kKVsKFn2fvBd9J9xIXY2JttFA2Dl5quAALjaz9Q lCNA== Received: by 10.180.79.135 with SMTP id j7mr26460427wix.19.1331161514470; Wed, 07 Mar 2012 15:05:14 -0800 (PST) Received: from [192.168.2.37] (145.159.101.84.rev.sfr.net. [84.101.159.145]) by mx.google.com with ESMTPS id be4sm101771495wib.8.2012.03.07.15.05.13 (version=SSLv3 cipher=OTHER); Wed, 07 Mar 2012 15:05:14 -0800 (PST) Message-ID: <4F57E9A4.5030006@gmail.com> Date: Thu, 08 Mar 2012 00:05:08 +0100 From: Arbiel Perlacremaz User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Source, configfile and normal Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 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: Wed, 07 Mar 2012 23:05:37 -0000 What are the differences between normal file.cfg configfile file.cfg I understand source file.cfg to be equivalent to the inclusion into the current file of the file.cfg. In particular, variables are not to be exported to be available to file.cfg commands. Am I right ? Arbiel