From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KfyIy-0003pS-AE for mharc-grub-devel@gnu.org; Wed, 17 Sep 2008 10:46:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfyIw-0003pA-Rz for grub-devel@gnu.org; Wed, 17 Sep 2008 10:46:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfyIv-0003nt-2V for grub-devel@gnu.org; Wed, 17 Sep 2008 10:46:54 -0400 Received: from [199.232.76.173] (port=37693 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfyIu-0003nf-Um for grub-devel@gnu.org; Wed, 17 Sep 2008 10:46:52 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:36296 helo=kirsi2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kfy4G-0000nk-AP for grub-devel@gnu.org; Wed, 17 Sep 2008 10:31:44 -0400 Received: from [127.0.0.1] (84.248.105.254) by kirsi2.inet.fi (8.5.014) id 488DC54E026F9876 for grub-devel@gnu.org; Wed, 17 Sep 2008 17:31:41 +0300 Message-ID: <48D114D0.8040509@nic.fi> Date: Wed, 17 Sep 2008 17:31:44 +0300 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <1220530928.4167.49.camel@fz.local> <1220536611.16992.1.camel@dv> <48C01D0C.1000300@nic.fi> <1220550619.18782.33.camel@fz.local> <20080904194559.GG9133@thorin> <1221501383.4278.2.camel@fz.local> <48CEA5EB.4000304@nic.fi> <20080917135632.GA23010@thorin> In-Reply-To: <20080917135632.GA23010@thorin> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: Quoted-Printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [RFC] rename update-grub to update-grubcfg 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, 17 Sep 2008 14:46:55 -0000 Robert Millan wrote: > On Mon, Sep 15, 2008 at 09:14:03PM +0300, Vesa J=C3=A4=C3=A4skel=C3=A4i= nen wrote: >> Felix Zielcke wrote: >>> Attached is now a patch which renames it to grub-mkconf and prints it= to >>> stdout instead of grub.cfg file. >>> I kept the Found kernel/initrd etc. stuff to stderr, but maybe this >>> should be removed ? >> mkconf? >> >> Could it be a bit more verbose ;)... if we are to go path of >> grub-mkconfig (or even grub-make-config). >=20 > I like my bikeshed with "config" in it, too. ;-) >=20 >> Thou I prefer myself >> grub-update-config being more descriptive on what it does. >=20 > With the proposed behaviour, it wouldn't be "updating" anything. That = depends > on how it is used (one could just want to generate grub.cfg a single ti= me, or > so). Well... grub-mkconfig then ? >> grub-update-config --out could be easily used to override where >> to save the generate configuration file. >=20 > Why not '-o' for consistency with grub-mk*image ? That is fine for me.