Disable options in menu based on CPU
|
2016-03-16, 18:45
Post: #2
|
|||
|
|||
RE: Disable options in menu based on CPU
Here is an example of my ipxe bootstraping script,
as you can see here arch (among other things) is sent to PHP so that the correct menu items can be added to the script (also platform is used for this) Code: #!ipxe This do require an extra roundtrip, an alternative would be to add this as an embeded script into ipxe where you use dhcp at the top and then "chain -ar ${filename}&arch=${arch}" at the end, that way you still keep the option to modify filename on the dhcp server but get the arch in the actuall request. Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Disable options in menu based on CPU - Fimlore - 2016-03-16, 18:30
RE: Disable options in menu based on CPU - NiKiZe - 2016-03-16 18:45
RE: Disable options in menu based on CPU - mcb30 - 2016-03-16, 19:07
RE: Disable options in menu based on CPU - Fimlore - 2016-03-16, 19:33
RE: Disable options in menu based on CPU - mcb30 - 2016-03-16, 19:45
|
User(s) browsing this thread: 1 Guest(s)