From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JHddc-0004Pv-31 for mharc-grub-devel@gnu.org; Wed, 23 Jan 2008 06:19:24 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHdda-0004OA-4w for grub-devel@gnu.org; Wed, 23 Jan 2008 06:19:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHddY-0004Ly-LK for grub-devel@gnu.org; Wed, 23 Jan 2008 06:19:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHddX-0004LY-Or for grub-devel@gnu.org; Wed, 23 Jan 2008 06:19:20 -0500 Received: from smtp-vbr2.xs4all.nl ([194.109.24.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHddX-000574-EO for grub-devel@gnu.org; Wed, 23 Jan 2008 06:19:19 -0500 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr2.xs4all.nl (8.13.8/8.13.8) with ESMTP id m0NBJGBn001820 for ; Wed, 23 Jan 2008 12:19:17 +0100 (CET) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20080121165209.GA2557@thorin> <871w88stvk.fsf@xs4all.nl> <20080123110158.GA25594@thorin> Mail-Copies-To: mgerards@xs4all.nl Date: Wed, 23 Jan 2008 12:20:33 +0100 In-Reply-To: <20080123110158.GA25594@thorin> (Robert Millan's message of "Wed, 23 Jan 2008 12:01:58 +0100") Message-ID: <87k5m0rdoe.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Subject: Re: [PATCH] memdisk + grub-mkrescue X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 11:19:23 -0000 Robert Millan writes: [...] >> Overlay means that I can add a grub.cfg easily? > > It means you can do: > > mkdir -p boot/grub > zile boot/grub/grub.cfg > grub-mkrescue --overlay=boot > > Of course, it'd be easier if you could just add it directly, but I really > think having this in a separate directory is a good idea (in case user wants > to add random stuff to her memdisk). > > So I'm not sure if it can be improved. Does it seem fine as-is ? Seems good to me :-) -- Marco