aboutsummaryrefslogtreecommitdiffstats
path: root/pxe/menus/debian.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'pxe/menus/debian.cfg')
-rw-r--r--pxe/menus/debian.cfg35
1 files changed, 0 insertions, 35 deletions
diff --git a/pxe/menus/debian.cfg b/pxe/menus/debian.cfg
deleted file mode 100644
index e5e2376..0000000
--- a/pxe/menus/debian.cfg
+++ /dev/null
@@ -1,35 +0,0 @@
-# /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