From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LqrdR-00085V-BW for mharc-grub-devel@gnu.org; Mon, 06 Apr 2009 12:25:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqrdQ-00084Z-3n for grub-devel@gnu.org; Mon, 06 Apr 2009 12:25:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqrdP-000847-AK for grub-devel@gnu.org; Mon, 06 Apr 2009 12:25:19 -0400 Received: from [199.232.76.173] (port=48569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqrdP-000843-3q for grub-devel@gnu.org; Mon, 06 Apr 2009 12:25:19 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:56104) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqrdO-0001tq-LH for grub-devel@gnu.org; Mon, 06 Apr 2009 12:25:18 -0400 Received: by fg-out-1718.google.com with SMTP id 19so789491fgg.7 for ; Mon, 06 Apr 2009 09:25:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=N02FFzYt8tuOwJ8iUj3WwYjhXNuLtab+BOGLNAvAsqI=; b=ScDypAnE05JgRZpX8F3IKtRl8zHzD4BweNTek5MP19zUm8VL6yX7y+3PkI/1BQ16L0 +joFdEfu0lEh9p/7qhjlZGVNAtlfvi7NioiU1Xq9dknEXwZkY6s0a9EzCnznwPYzHFz1 OR2za3u3tyHwvBflhmOF0R/oPAXR6x5nnQnXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=crGFaN3jhXX1S5Cw//wpDbXJgy9U/FxkFs5nfaC49ZCjQTDn9qR/nlDW3y18AlHL0f dy64QjzwfKAj/1GwJshHgy7GADldgaASc37WQJDKjeUNI5hAh5Y17jQWaimazcPyUHpd f51oWe0lierUT2Tk9BOr2QolJBtR5585BHnJw= Received: by 10.86.3.4 with SMTP id 4mr3301319fgc.66.1239035117685; Mon, 06 Apr 2009 09:25:17 -0700 (PDT) Received: from ?192.168.1.2? (153-81.3-85.cust.bluewin.ch [85.3.81.153]) by mx.google.com with ESMTPS id 4sm12362828fge.13.2009.04.06.09.25.17 (version=SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 09:25:17 -0700 (PDT) Message-ID: <49DA2CEF.3050404@gmail.com> Date: Mon, 06 Apr 2009 18:25:19 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <49AEEF72.5050000@gmail.com> <49C3EF85.5080908@gmail.com> <49D726DF.4010601@gmail.com> <200904052348.15540.okuji@enbug.org> <49D9D0E6.5090706@gmail.com> <1239033183.8986.30.camel@mj> <49DA263E.7060803@gmail.com> <1239034857.8986.36.camel@mj> In-Reply-To: <1239034857.8986.36.camel@mj> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] parttool 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, 06 Apr 2009 16:25:20 -0000 Pavel Roskin wrote: > On Mon, 2009-04-06 at 17:56 +0200, phcoder wrote: >> Pavel Roskin wrote: >>> On Mon, 2009-04-06 at 11:52 +0200, phcoder wrote: >>>> Fixed & commited. My next patch will be to add automatic module loading >>>> in parttool >>> It would be great to make parttool actually give some usage information. >>> Right now, there is no information at all. >>> >>> grub> parttool >>> error: too few arguments >>> grub> parttool --help >>> error: too few arguments >>> grub> help parttool >>> grub> >>> >> Ok, I'll fix this > > I've just fixed "help parttool", it was a trivial bug in the "help" > command. Still, a longer help message would be nice to have. > The problem is that the exact available options depend on partition type so you have to specify parttool help Unfortunately for now you have to load the module pcpart.mod manually. I'll fix this problem by making parttool load the corresponding module automatically -- Regards Vladimir 'phcoder' Serbinenko