aboutsummaryrefslogtreecommitdiffstats
path: root/pxe/menus/debian.cfg
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2014-04-06 03:11:04 +0200
committerJoachim Tingvold <joachim@tingvold.com>2014-04-06 03:11:04 +0200
commit2a0c0a3dbbdf7fa5040953c0b0d88ad6f62c011e (patch)
tree92c7cbf54272466b46f64e5dc8d1ddb429858836 /pxe/menus/debian.cfg
parentfe0be5960aac1f9bb600dbf853d862a9f4e60de8 (diff)
Initial commit. Source; TG13-goodiebag.
Diffstat (limited to 'pxe/menus/debian.cfg')
-rw-r--r--pxe/menus/debian.cfg35
1 files changed, 35 insertions, 0 deletions
diff --git a/pxe/menus/debian.cfg b/pxe/menus/debian.cfg
new file mode 100644
index 0000000..e5e2376
--- /dev/null
+++ b/pxe/menus/debian.cfg
@@ -0,0 +1,35 @@
+# /var/lib/tftpboot/menus/debian.cfg
+MENU INCLUDE menus/common.cfg
+MENU TITLE Debian Installers
+
+LABEL mainmenu
+ MENU LABEL ^R Return to Main Menu
+ COM32 vesamenu.c32
+ APPEND ~
+
+MENU SEPARATOR
+
+
+LABEL squeeze_amd64_install
+ MENU LABEL ^1 Debian Stable amd64 (Squeeze) netinstall
+ KERNEL debian/squeeze/amd64/linux
+ APPEND vga=normal initrd=debian/squeeze/amd64/initrd.gz --
+
+LABEL squeeze_i386_install
+ MENU LABEL ^2 Debian Stable i386 (Squeeze) netinstall
+ KERNEL debian/squeeze/i386/linux
+ APPEND vga=normal initrd=debian/squeeze/i386/initrd.gz --
+
+MENU SEPARATOR
+
+LABEL wheezy_amd64_install
+ MENU LABEL ^3 Debian Testing amd64 (Wheezy) netinstall
+ KERNEL debian/wheezy/amd64/linux
+ APPEND vga=normal initrd=debian/wheezy/amd64/initrd.gz --
+
+LABEL wheezy_i386_install
+ MENU LABEL ^4 Debian Testing i386 (Wheezy) netinstall
+ KERNEL debian/wheezy/i386/linux
+ APPEND vga=normal initrd=debian/wheezy/i386/initrd.gz --
+
+TIMEOUT 900