From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lum9g-0002zk-W9 for mharc-grub-devel@gnu.org; Fri, 17 Apr 2009 07:22:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lum9f-0002yK-Oo for grub-devel@gnu.org; Fri, 17 Apr 2009 07:22:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lum9b-0002uL-29 for grub-devel@gnu.org; Fri, 17 Apr 2009 07:22:47 -0400 Received: from [199.232.76.173] (port=50473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lum9a-0002uI-VH for grub-devel@gnu.org; Fri, 17 Apr 2009 07:22:42 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:46548) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lum9a-0000YE-Im for grub-devel@gnu.org; Fri, 17 Apr 2009 07:22:42 -0400 Received: by fg-out-1718.google.com with SMTP id 19so269128fgg.7 for ; Fri, 17 Apr 2009 04:22:41 -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=E85peIsUiFp/2ae23kfvJoQiz15qgTmovV9ffXNnY8I=; b=S5Km3VBbJLW8VRFLdWIzBklB9SDOkOsbh/EnXhpoW9SfCbO5BpBwnDq4iBp2vhJbYk EeXqzCoL4cVdjP0BKd8MZdR6pNV641Cmiy518oM22nDMYH/8Fz6vwp3IT45j2NKmKc9o freZo34ngSbqWw421evLtOPV1S5Z+8fYOOIMI= 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=OtUD+rtNkwzORyJqXZRnYWXoefRDnWgmtyh/HdJdmDHnnjD3OB5+DQnOQfLnMD9QCn 9UDoDbUvXxYzqDCJHOtM2s+kOj9eKzMMR7Sx580MCJh+dj0P3svMlpgLtS5qC7ILLkn1 +O3v9hsL7NXZT0O3h5SW+2xsKaM8+37pshSEc= Received: by 10.86.3.4 with SMTP id 4mr1954749fgc.54.1239967361484; Fri, 17 Apr 2009 04:22:41 -0700 (PDT) Received: from ?192.168.1.100? (147-69.203-62.cust.bluewin.ch [62.203.69.147]) by mx.google.com with ESMTPS id 4sm820911fgg.0.2009.04.17.04.22.40 (version=SSLv3 cipher=RC4-MD5); Fri, 17 Apr 2009 04:22:41 -0700 (PDT) Message-ID: <49E8667F.3010200@gmail.com> Date: Fri, 17 Apr 2009 13:22:39 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: The development of GRUB 2 References: In-Reply-To: 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] Split 3: boot script support 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: Fri, 17 Apr 2009 11:22:47 -0000 Hello, I find this useful. It permits e.g. to have root by uuid. >/* Not an ELF module, skip. */ This comment is out of sync Bean wrote: > Hi, > > This patch allows grub-mkimage to embed a boot script in core.img, > which would be executed by the rescue parser before switching to > normal mode. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'phcoder' Serbinenko