1 <?php
// -*- Mode: PHP; -*-
4 * Copyright (C) 2009 Marty Connor <mdc@etherboot.org>.
5 * Copyright (C) 2009 Entity Cyber, Inc.
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of the
10 * License, or any later version.
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 ( "Floppy bootable image (.dsk)" => "dsk",
24 "SYSLINUX-based bootable floppy image (.sdsk)" => "sdsk",
25 "ISO bootable image (.iso)" => "iso",
26 "ISO bootable image with legacy floppy emulation (.liso)" => "liso",
27 "Linux kernel (SYSLINUX/GRUB/LILO) loadable image (.lkrn)" => "lkrn",
28 "USB Keychain disk image (.usb)" => "usb",
29 "ROM binary (flashable) image (.rom)" => "rom",
30 "ROM binary (flashable) for problem PMM BIOSES (.hrom)" => "hrom",
31 "PXE bootstrap loader image [Unload PXE stack] (.pxe)" => "pxe",
32 "PXE bootstrap loader keep [Keep PXE stack method 1] (.kpxe)" => "kpxe",
33 "PXE bootstrap loader keep [Keep PXE stack method 2] (.kkpxe)" => "kkpxe",
38 // Begin General Options:
42 "flag" => "HDR_MISC_OPTIONS",
43 "hide_from_user" => "yes", // Hide even the header
45 "label" => "Miscellaneous Options"
50 "flag" => "PRODUCT_NAME",
51 "hide_from_user" => "yes",
59 "flag" => "PRODUCT_SHORT_NAME",
60 "hide_from_user" => "yes",
66 // End General Options:
68 // Begin Console Options:
72 "flag" => "HDR_CONSOLE_OPTIONS",
74 "label" => "Console Options"
79 "flag" => "CONSOLE_PCBIOS",
87 "flag" => "CONSOLE_SERIAL",
95 "flag" => "BANNER_TIMEOUT",
101 // End Console Options
103 // Begin Network Protocol Options:
105 "HDR_NETWORK_PROTOCOL_OPTIONS"
107 "flag" => "HDR_NETWORK_PROTOCOL_OPTIONS",
109 "label" => "Network Protocol Options"
114 "flag" => "NET_PROTO_IPV4",
117 "hide_from_user" => "yes",
118 "cfgsec" => "general"
123 "flag" => "NET_PROTO_IPV6",
126 "cfgsec" => "general"
129 // End Network Protocol Options
131 // Begin Serial Port configuration
133 "HDR_SERIAL_PORT_OPTIONS"
135 "flag" => "HDR_SERIAL_PORT_OPTIONS",
137 "label" => "Serial Port Options"
142 "flag" => "COMCONSOLE",
143 "type" => "integer-hex", // e.g. 0x378
150 "flag" => "COMPRESERVE",
158 "flag" => "COMSPEED",
174 "flag" => "COMPARITY",
188 // End Serial Options
190 // Begin Download Protocols
192 "HDR_DOWNLOAD_PROTOCOLS"
194 "flag" => "HDR_DOWNLOAD_PROTOCOLS",
196 "label" => "Download Protocols"
199 "DOWNLOAD_PROTO_TFTP"
201 "flag" => "DOWNLOAD_PROTO_TFTP",
204 "cfgsec" => "general"
207 "DOWNLOAD_PROTO_HTTP"
209 "flag" => "DOWNLOAD_PROTO_HTTP",
212 "cfgsec" => "general"
215 "DOWNLOAD_PROTO_HTTPS"
217 "flag" => "DOWNLOAD_PROTO_HTTPS",
220 "cfgsec" => "general"
225 "flag" => "DOWNLOAD_PROTO_FTP",
228 "cfgsec" => "general"
231 // End Download Protocols
233 // Begin SAN boot protocols
235 "HDR_SANBOOT_PROTOCOLS"
237 "flag" => "HDR_SANBOOT_PROTOCOLS",
239 "label" => "SAN Boot Protocols"
242 "SANBOOT_PROTO_ISCSI"
244 "flag" => "SANBOOT_PROTO_ISCSI",
247 "cfgsec" => "general"
252 "flag" => "SANBOOT_PROTO_AOE",
255 "cfgsec" => "general"
258 // End SAN boot protocols
260 // Begin Name resolution modules
262 "HDR_NAME_RESOLUTION_MODULES"
264 "flag" => "HDR_NAME_RESOLUTION_MODULES",
266 "label" => "Name Resolution Modules"
271 "flag" => "DNS_RESOLVER",
274 "cfgsec" => "general"
279 "flag" => "NMB_RESOLVER",
282 "hide_from_user" => "yes",
283 "cfgsec" => "general"
286 // End Name resolution modules
292 "flag" => "HDR_IMAGE_TYPES",
294 "label" => "Image Types",
299 "flag" => "IMAGE_ELF",
302 "cfgsec" => "general"
307 "flag" => "IMAGE_NBI",
310 "cfgsec" => "general"
315 "flag" => "IMAGE_MULTIBOOT",
318 "cfgsec" => "general"
323 "flag" => "IMAGE_PXE",
326 "cfgsec" => "general"
331 "flag" => "IMAGE_SCRIPT",
334 "cfgsec" => "general"
339 "flag" => "IMAGE_BZIMAGE",
342 "cfgsec" => "general"
347 "flag" => "IMAGE_COMBOOT",
350 "cfgsec" => "general"
355 // Begin Command-line commands to include
357 "HDR_COMMAND_LINE_OPTIONS"
359 "flag" => "HDR_COMMAND_LINE_OPTIONS",
361 "label" => "Command Line Options",
366 "flag" => "AUTOBOOT_CMD",
369 "cfgsec" => "general"
377 "cfgsec" => "general"
382 "flag" => "CONFIG_CMD",
385 "cfgsec" => "general"
390 "flag" => "IFMGMT_CMD",
393 "cfgsec" => "general"
398 "flag" => "IWMGMT_CMD",
401 "cfgsec" => "general"
406 "flag" => "ROUTE_CMD",
409 "cfgsec" => "general"
414 "flag" => "IMAGE_CMD",
417 "cfgsec" => "general"
422 "flag" => "DHCP_CMD",
425 "cfgsec" => "general"
430 "flag" => "SANBOOT_CMD",
433 "cfgsec" => "general"
438 "flag" => "LOGIN_CMD",
441 "cfgsec" => "general"
446 "flag" => "TIME_CMD",
449 "cfgsec" => "general"
454 "flag" => "DIGEST_CMD",
457 "cfgsec" => "general"
465 "cfgsec" => "general"
470 "flag" => "IPV6_CMD",
473 "cfgsec" => "general"
476 // End Command-line commands to include
478 // Begin Wireless options
480 "HDR_WIRELESS_OPTIONS"
482 "flag" => "HDR_WIRELESS_OPTIONS",
484 "label" => "Wireless Interface Options",
489 "flag" => "CRYPTO_80211_WEP",
492 "cfgsec" => "general"
497 "flag" => "CRYPTO_80211_WPA",
500 "cfgsec" => "general"
505 "flag" => "CRYPTO_80211_WPA2",
508 "cfgsec" => "general"
511 // End Wireless options