From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KkKC0-0005AU-CA for mharc-grub-devel@gnu.org; Mon, 29 Sep 2008 10:57:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkKBz-0005A3-85 for grub-devel@gnu.org; Mon, 29 Sep 2008 10:57:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkKBw-00059Z-VM for grub-devel@gnu.org; Mon, 29 Sep 2008 10:57:42 -0400 Received: from [199.232.76.173] (port=58824 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkKBw-00059W-Rk for grub-devel@gnu.org; Mon, 29 Sep 2008 10:57:40 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:53707) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkKBv-0005b0-Dz for grub-devel@gnu.org; Mon, 29 Sep 2008 10:57:40 -0400 Received: from [85.180.32.125] (e180032125.adsl.alicedsl.de [85.180.32.125]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1KkKBi1C5h-00077X; Mon, 29 Sep 2008 16:57:26 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <20080924135406.GA24393@thorin> References: <20080904194559.GG9133@thorin> <1221501383.4278.2.camel@fz.local> <48CEA5EB.4000304@nic.fi> <20080917135632.GA23010@thorin> <48D114D0.8040509@nic.fi> <1221665040.4339.1.camel@fz.local> <20080924094951.GB6973@thorin> <1222254243.4289.0.camel@fz.local> <20080924132232.GA22832@thorin> <1222263267.4106.0.camel@fz.local> <20080924135406.GA24393@thorin> Content-Type: text/plain Date: Mon, 29 Sep 2008 16:57:25 +0200 Message-Id: <1222700245.4110.0.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX181dCdNJqFs1NjcnrnuCGQmr8TqmQ6n1tRzvGV RdMcy1a4VzNcZXl/LJEh4zWEkrqW9gebSciMPA4bDSpEGeJc7K 5LJe0rahAEik+rJo9i/zG1eK1WJO4bl X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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, 29 Sep 2008 14:57:43 -0000 Commited. Now we only have to think about our Debian package :) Am Mittwoch, den 24.09.2008, 15:54 +0200 schrieb Robert Millan: > On Wed, Sep 24, 2008 at 03:34:27PM +0200, Felix Zielcke wrote: > > Am Mittwoch, den 24.09.2008, 15:22 +0200 schrieb Robert Millan: > > > On Wed, Sep 24, 2008 at 01:04:03PM +0200, Felix Zielcke wrote: > > > > * util/update-grub_lib.in: Make it a stub to `grub-mkconfigig_lib.in'. > > > > > > Typo (mkconfigig). > > > > Oh thanks for spotting this. Seems like my concentration isn't that > > great currently :( > > > > > > -y) > > > > echo "$0: warning: Ignoring -y option (no longer needed)." >&2 > > > > > > This option was for compatibility with Debian's update-grub, it's not > > > needed in grub-mkconfig. > > > > Oh right. > > New patch attached. > > Looks fine, it can go in as far as I'm concerned. > > Nice work. >