From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1I0dRW-000387-Eb for mharc-grub-devel@gnu.org; Tue, 19 Jun 2007 09:08:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0dRU-00037z-Us for grub-devel@gnu.org; Tue, 19 Jun 2007 09:08:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0dRT-00037l-EY for grub-devel@gnu.org; Tue, 19 Jun 2007 09:08:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0dRT-00037i-CU for grub-devel@gnu.org; Tue, 19 Jun 2007 09:08:19 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0dRS-0004z5-Tl for grub-devel@gnu.org; Tue, 19 Jun 2007 09:08:19 -0400 Received: by ug-out-1314.google.com with SMTP id 34so104982ugf for ; Tue, 19 Jun 2007 06:08:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=mFT2U2im/laBkIgvPR3DI0Fxfy1E0qrAauBblcmXjtw28eSVozkEJASFjU84XcHft32V87up9rN06MbbBJcMpiX8HDSh/6Qxm62lFoNBkrXK84Djy58B7BjSErr5KouDRv28EL9nlurOwyWo15zUjh1Afyf4q9JIdbq10f5t/ns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=b2XMVh9tVSnMeTOjEl5XcBVB1MGg5i8YfwzaRWTwaFzgdPYsEWvzTvcoxo3JOVZIMibNQNvSS6Mx1RP3HnOKj4pgAfZqHraKLqlc3BtfXTr+z5G0ch6GEsn6wA2I3mSOJ4e8vX5+wlQ3cv4IaUmmPSC+L0TfrIChLfF1LxEEznk= Received: by 10.67.19.13 with SMTP id w13mr491158ugi.1182258497439; Tue, 19 Jun 2007 06:08:17 -0700 (PDT) Received: from ?172.16.51.2? ( [193.144.12.226]) by mx.google.com with ESMTP id 5sm502012ugc.2007.06.19.06.08.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 19 Jun 2007 06:08:17 -0700 (PDT) Message-ID: <4677C731.8090601@gmail.com> Date: Tue, 19 Jun 2007 14:08:17 +0200 From: adrian15 User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: The development of GRUB 2 References: <46752D5B.1000001@nic.fi> <46765CF7.7040107@gmail.com> <20070618133204.GA30651@aragorn> In-Reply-To: <20070618133204.GA30651@aragorn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) Subject: Re: status update for grub 2 developments? 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: Tue, 19 Jun 2007 13:08:21 -0000 Robert Millan escribió: > On Mon, Jun 18, 2007 at 12:22:47PM +0200, adrian15 wrote: >> * pause command > > How about calling it "read" command, and giving it read-like syntax, to keep > the trend of maintaining some consistency with the GNU cli environment? It's good idea. I also wanted to do something similar to dialog command but I am not sure about implementing it or not. > >> # Short term development >> * grub-disk scripts > > Not sure what you mean with grub-disk scripts. Do you mean scripts to > generate rescue disks? If so, then this is already implemented. Look > at grub-mkrescue in CVS. Yes and no. I mean .cfg files. grub-disk scripts let you build a grub disk. I want to improve the default grub2 disk that it has some features similar to the ones from Super Grub Disk. So that you can find and load a linux kernel, find and load a grub2.cfg file, activate partitions, browse filesystems and so on. So I will need to edit grub-mkrescue so that it searches for .cfg in a recursive mode on a given folder and generates some new .cfg that link to the other ones as if there was jerarquical menu. adrian15