From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MypyC-0008CW-O1 for mharc-grub-devel@gnu.org; Fri, 16 Oct 2009 12:48:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MypyB-0008AR-4o for grub-devel@gnu.org; Fri, 16 Oct 2009 12:47:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mypy6-00082u-3c for grub-devel@gnu.org; Fri, 16 Oct 2009 12:47:58 -0400 Received: from [199.232.76.173] (port=44422 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mypy5-00082V-Sd for grub-devel@gnu.org; Fri, 16 Oct 2009 12:47:53 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:55125) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mypy5-00051L-DE for grub-devel@gnu.org; Fri, 16 Oct 2009 12:47:53 -0400 Received: by ey-out-1920.google.com with SMTP id 3so2402222eyh.34 for ; Fri, 16 Oct 2009 09:47:52 -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=qxSMBN2cVcyLCi7ZrMFZMqVG/tCDCgQ9xmirW1Yit78=; b=Yw74dgVmauj6chntvJCjt40DPdF/jBdA7226APa6r8t60ao4+ZkV6Eap6fEB51aYEA JOh7kt2YZStNfuedkMmaic+fr6rnv2yxA6DpdfXpq1oCjuyWqF+qDbXUmkvg1KTavL/g eNcXWoH+ZcBOAYAhKxqExszsXnUYAQ7G3L5cA= 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=jmC6SEmSFq/Muu20EjfNSN0xeuvN8/aeQw/Bgz8oFo9MJ/Gm9mjXVV0IqKzrxx0CM/ 2Ukfy6q/Xu2V/rsuPYSV4ZXjq95sF32HWxeL9YxoGLUfKtdq7YDyqbJYKo8qh6MblY2J Dm5dvxbHP4iA9QojIJrFVj76H9MqtI14HOIkI= Received: by 10.210.60.13 with SMTP id i13mr1189216eba.8.1255711672557; Fri, 16 Oct 2009 09:47:52 -0700 (PDT) Received: from debian.bg45.phnet (gprs37.swisscom-mobile.ch [193.247.250.37]) by mx.google.com with ESMTPS id 23sm1010756eya.20.2009.10.16.09.47.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 16 Oct 2009 09:47:51 -0700 (PDT) Message-ID: <4AD8A3B3.6030101@gmail.com> Date: Fri, 16 Oct 2009 18:47:47 +0200 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <4AD8909E.4080207@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [GITGRUB] Support PXE option and new command pxecfg 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, 16 Oct 2009 16:47:59 -0000 Bean wrote: > On Fri, Oct 16, 2009 at 11:26 PM, Vladimir 'phcoder' Serbinenko > wrote: > >> Hello. Could you send this as a patch? >> > > Hi, > > This function depends on my menu branch, it can't be applied to svn > head, so patch file is not very useful. > > Could you explain me why PXE depends on menu? >> Bean wrote: >> >>> Hi, >>> >>> Extends pxe command: >>> >>> -i (--info) now shows mac and dhcp options >>> -e (--export) export a dhcp option as grub variable, for example: >>> >>> pxe -e 150 >>> >>> >>> >> Why can't this be exported unconditionally on pxe system startup? >> > > Right, perhaps we can export PXE_IP, PXE_MAC and PXE_150 by default, > but this function is also useful in case we need to use other string > option. > > Is it possible just enumerate all available options and export them to PXE.