From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KfIaS-0007sX-Gc for mharc-grub-devel@gnu.org; Mon, 15 Sep 2008 14:14:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfIaQ-0007oj-LE for grub-devel@gnu.org; Mon, 15 Sep 2008 14:14:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfIaO-0007l5-SS for grub-devel@gnu.org; Mon, 15 Sep 2008 14:14:10 -0400 Received: from [199.232.76.173] (port=47159 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfIaO-0007ks-OV for grub-devel@gnu.org; Mon, 15 Sep 2008 14:14:08 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:41779 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KfIaO-0004Y3-Ad for grub-devel@gnu.org; Mon, 15 Sep 2008 14:14:08 -0400 Received: from [127.0.0.1] (84.248.105.254) by kirsi1.inet.fi (8.5.014) id 48B55E9A00FCBA24 for grub-devel@gnu.org; Mon, 15 Sep 2008 21:14:04 +0300 Message-ID: <48CEA5EB.4000304@nic.fi> Date: Mon, 15 Sep 2008 21:14:03 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= 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> In-Reply-To: <1221501383.4278.2.camel@fz.local> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Mon, 15 Sep 2008 18:14:11 -0000 Felix Zielcke wrote: > Am Donnerstag, den 04.09.2008, 21:45 +0200 schrieb Robert Millan: >> Since we're going for a change, why not fix the CLI while at it? >> >> It'd be much more flexible and consistent if the command was meant to >> *generate* a grub.cfg rather than update the canonical /boot/grub/grub.cfg. >> > > 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). Thou I prefer myself grub-update-config being more descriptive on what it does. grub-update-config --out could be easily used to override where to save the generate configuration file.