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",
108 "hide_from_user" => "yes", // Hide even the header
110 "label" => "Network Protocol Options"
115 "flag" => "NET_PROTO_IPV4",
118 "hide_from_user" => "yes",
119 "cfgsec" => "general"
122 // End Network Protocol Options
124 // Begin Serial Port configuration
126 "HDR_SERIAL_PORT_OPTIONS"
128 "flag" => "HDR_SERIAL_PORT_OPTIONS",
130 "label" => "Serial Port Options"
135 "flag" => "COMCONSOLE",
136 "type" => "integer-hex", // e.g. 0x378
143 "flag" => "COMPRESERVE",
151 "flag" => "COMSPEED",
167 "flag" => "COMPARITY",
181 // End Serial Options
183 // Begin Download Protocols
185 "HDR_DOWNLOAD_PROTOCOLS"
187 "flag" => "HDR_DOWNLOAD_PROTOCOLS",
189 "label" => "Download Protocols"
192 "DOWNLOAD_PROTO_TFTP"
194 "flag" => "DOWNLOAD_PROTO_TFTP",
197 "cfgsec" => "general"
200 "DOWNLOAD_PROTO_HTTP"
202 "flag" => "DOWNLOAD_PROTO_HTTP",
205 "cfgsec" => "general"
208 "DOWNLOAD_PROTO_HTTPS"
210 "flag" => "DOWNLOAD_PROTO_HTTPS",
213 "cfgsec" => "general"
218 "flag" => "DOWNLOAD_PROTO_FTP",
221 "cfgsec" => "general"
224 // End Download Protocols
226 // Begin SAN boot protocols
228 "HDR_SANBOOT_PROTOCOLS"
230 "flag" => "HDR_SANBOOT_PROTOCOLS",
232 "label" => "SAN Boot Protocols"
235 "SANBOOT_PROTO_ISCSI"
237 "flag" => "SANBOOT_PROTO_ISCSI",
240 "cfgsec" => "general"
245 "flag" => "SANBOOT_PROTO_AOE",
248 "cfgsec" => "general"
251 // End SAN boot protocols
253 // Begin Name resolution modules
255 "HDR_NAME_RESOLUTION_MODULES"
257 "flag" => "HDR_NAME_RESOLUTION_MODULES",
259 "label" => "Name Resolution Modules"
264 "flag" => "DNS_RESOLVER",
267 "cfgsec" => "general"
272 "flag" => "NMB_RESOLVER",
275 "hide_from_user" => "yes",
276 "cfgsec" => "general"
279 // End Name resolution modules
285 "flag" => "HDR_IMAGE_TYPES",
287 "label" => "Image Types",
292 "flag" => "IMAGE_ELF",
295 "cfgsec" => "general"
300 "flag" => "IMAGE_NBI",
303 "cfgsec" => "general"
308 "flag" => "IMAGE_MULTIBOOT",
311 "cfgsec" => "general"
316 "flag" => "IMAGE_PXE",
319 "cfgsec" => "general"
324 "flag" => "IMAGE_SCRIPT",
327 "cfgsec" => "general"
332 "flag" => "IMAGE_BZIMAGE",
335 "cfgsec" => "general"
340 "flag" => "IMAGE_COMBOOT",
343 "cfgsec" => "general"
348 // Begin Command-line commands to include
350 "HDR_COMMAND_LINE_OPTIONS"
352 "flag" => "HDR_COMMAND_LINE_OPTIONS",
354 "label" => "Command Line Options",
359 "flag" => "AUTOBOOT_CMD",
362 "cfgsec" => "general"
370 "cfgsec" => "general"
375 "flag" => "CONFIG_CMD",
378 "cfgsec" => "general"
383 "flag" => "IFMGMT_CMD",
386 "cfgsec" => "general"
391 "flag" => "IWMGMT_CMD",
394 "cfgsec" => "general"
399 "flag" => "ROUTE_CMD",
402 "cfgsec" => "general"
407 "flag" => "IMAGE_CMD",
410 "cfgsec" => "general"
415 "flag" => "DHCP_CMD",
418 "cfgsec" => "general"
423 "flag" => "SANBOOT_CMD",
426 "cfgsec" => "general"
431 "flag" => "LOGIN_CMD",
434 "cfgsec" => "general"
439 "flag" => "TIME_CMD",
442 "cfgsec" => "general"
447 "flag" => "DIGEST_CMD",
450 "cfgsec" => "general"
453 // End Command-line commands to include
455 // Begin Wireless options
457 "HDR_WIRELESS_OPTIONS"
459 "flag" => "HDR_WIRELESS_OPTIONS",
461 "label" => "Wireless Interface Options",
466 "flag" => "CRYPTO_80211_WEP",
469 "cfgsec" => "general"
474 "flag" => "CRYPTO_80211_WPA",
477 "cfgsec" => "general"
482 "flag" => "CRYPTO_80211_WPA2",
485 "cfgsec" => "general"
488 // End Wireless options