diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
commit | 2a0c0a3dbbdf7fa5040953c0b0d88ad6f62c011e (patch) | |
tree | 92c7cbf54272466b46f64e5dc8d1ddb429858836 /pxe/pxelinux.cfg | |
parent | fe0be5960aac1f9bb600dbf853d862a9f4e60de8 (diff) |
Initial commit. Source; TG13-goodiebag.
Diffstat (limited to 'pxe/pxelinux.cfg')
-rw-r--r-- | pxe/pxelinux.cfg/default | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/pxe/pxelinux.cfg/default b/pxe/pxelinux.cfg/default new file mode 100644 index 0000000..8c594fa --- /dev/null +++ b/pxe/pxelinux.cfg/default @@ -0,0 +1,39 @@ +# /var/lib/tftpboot/pxelinux.cfg/default +DEFAULT vesamenu.c32 +MENU INCLUDE menus/common.cfg +MENU TITLE The Gathering 2013 - Singularity boot menu + +LABEL boot_hd0 + MENU LABEL Boot from first hard drive + MENU DEFAULT + TEXT HELP +Boots your system as normal from the first BIOS drive + ENDTEXT + COM32 chain.c32 + APPEND hd0 + +MENU SEPARATOR + +LABEL debian + MENU LABEL ^1 Debian + TEXT HELP +Debian installers and live-boot options. + ENDTEXT + COM32 vesamenu.c32 + APPEND menus/debian.cfg + +LABEL ubuntu + MENU LABEL ^2 Ubuntu + TEXT HELP +Ubuntu installers and live-boot options. + ENDTEXT + COM32 vesamenu.c32 + APPEND menus/ubuntu.cfg + +LABEL tools + MENU LABEL ^3 Tools + COM32 vesamenu.c32 + APPEND menus/tools.cfg + +ONTIMEOUT boot_hd0 +TIMEOUT 300 |