Re: [ipxe-devel] Command line disabled when embedding a script

2011-05-27 Thread Sven Dreyer
Hi Michael, Am 27.05.2011 01:49, schrieb Michael Brown: Unfortunately this violates causality. The Ctrl-B prompt is displayed before the DHCP request is made. Thanks for your explanation. If I got you right, ipxe's dhcp options are not submitted with the inital PXE download, but when request

Re: [ipxe-devel] Command line disabled when embedding a script

2011-05-26 Thread Michael Brown
On Thursday 26 May 2011 16:19:04 Sven Dreyer wrote: > I asked myself whether this could be configurable via a DHCP option, like: > > option ipxe.no-prompt code XXX = unsigned integer 8; > > For specific hosts, I then could set: > > option ipxe.no-prompt 1; > > in the host's section of my dhcpd.

Re: [ipxe-devel] Command line disabled when embedding a script

2011-05-26 Thread Nicolas Bourbaki
e-devel@lists.ipxe.org > Subject: [ipxe-devel] Command line disabled when embedding a script > > Hi, > > Is there a way not to disable the command-line when embedding a script > inside the ipxe binary ? > > Whenever you build using the following: > > make EMBEDDED_IMA

Re: [ipxe-devel] Command line disabled when embedding a script

2011-05-26 Thread Michael Brown
On Thursday 26 May 2011 15:53:39 Nicolas Bourbaki wrote: > Is there a way not to disable the command-line when embedding a script > inside the ipxe binary ? > > Whenever you build using the following: > > make EMBEDDED_IMAGE= > > the command line gets disabled which can be annoying when you try

Re: [ipxe-devel] Command line disabled when embedding a script

2011-05-26 Thread Sven Dreyer
ave a nice day. - Shao Miller -Original Message- From: ipxe-devel-boun...@lists.ipxe.org [mailto:ipxe-devel-boun...@lists.ipxe.org] On Behalf Of Nicolas Bourbaki Sent: Thursday, May 26, 2011 10:54 To: ipxe-devel@lists.ipxe.org Subject: [ipxe-devel] Command line disabled when embedding a scrip

Re: [ipxe-devel] Command line disabled when embedding a script

2011-05-26 Thread Miller, Shao
-devel-boun...@lists.ipxe.org [mailto:ipxe-devel-boun...@lists.ipxe.org] On Behalf Of Nicolas Bourbaki Sent: Thursday, May 26, 2011 10:54 To: ipxe-devel@lists.ipxe.org Subject: [ipxe-devel] Command line disabled when embedding a script Hi, Is there a way not to disable the command-line when embedding a

[ipxe-devel] Command line disabled when embedding a script

2011-05-26 Thread Nicolas Bourbaki
Hi, Is there a way not to disable the command-line when embedding a script inside the ipxe binary ? Whenever you build using the following: make EMBEDDED_IMAGE= the command line gets disabled which can be annoying when you try to debug things. Cheers. Nicolas.