Displaying 2 results from an estimated 2 matches for "genipopt".
Did you mean:
genepop
2011 Mar 06
1
PXELINUX Debugging Output
I am sending a patch that makes the debugging output of PXELINUX slightly
more concise, without (intentionally) affecting its completeness at all.
Additionally, I am proposing that the debugging output of PXELINUX --
specifically the messages that appear after the copyright statement, but
before the menu is loaded -- only be shown in response to keyboard input
(such as holding Shift or Alt, or
2003 Sep 05
7
Network Boot IP Configuration Dilemma
...that the syntax of IPAPPEND be changed to allow a specific
device to be named: "IPAPPEND 1|devname" ("devname" will usually be
eth0). Unless and until this is done, here is my hack to change
"ip=#:#:#:#" to "ip=#:#:#:#::eth0:" in pxelinux.asm (after "genipopt"):
...
mov eax,[Netmask]
call gendotquad ; Zero-terminates its output
mov al,':' ; HACK
stosb ; HACK
mov al,':' ; HACK
stosb...