diff options
Diffstat (limited to 'examples/pxe/menus')
-rw-r--r-- | examples/pxe/menus/background-2013.png | bin | 300425 -> 0 bytes | |||
-rw-r--r-- | examples/pxe/menus/background.png | bin | 100241 -> 0 bytes | |||
-rw-r--r-- | examples/pxe/menus/bg.png | bin | 171182 -> 0 bytes | |||
-rw-r--r-- | examples/pxe/menus/common.cfg | 24 | ||||
-rw-r--r-- | examples/pxe/menus/debian.cfg | 51 | ||||
-rw-r--r-- | examples/pxe/menus/tools.cfg | 36 | ||||
-rw-r--r-- | examples/pxe/menus/ubuntu.cfg | 22 |
7 files changed, 0 insertions, 133 deletions
diff --git a/examples/pxe/menus/background-2013.png b/examples/pxe/menus/background-2013.png Binary files differdeleted file mode 100644 index 293e591..0000000 --- a/examples/pxe/menus/background-2013.png +++ /dev/null diff --git a/examples/pxe/menus/background.png b/examples/pxe/menus/background.png Binary files differdeleted file mode 100644 index d7f6b74..0000000 --- a/examples/pxe/menus/background.png +++ /dev/null diff --git a/examples/pxe/menus/bg.png b/examples/pxe/menus/bg.png Binary files differdeleted file mode 100644 index 00bc09a..0000000 --- a/examples/pxe/menus/bg.png +++ /dev/null diff --git a/examples/pxe/menus/common.cfg b/examples/pxe/menus/common.cfg deleted file mode 100644 index fd7465d..0000000 --- a/examples/pxe/menus/common.cfg +++ /dev/null @@ -1,24 +0,0 @@ -MENU BACKGROUND menus/background.png -ALLOWOPTIONS 1 -PROMPT 0 -MENU WIDTH 77 -MENU ROWS 14 -MENU TABMSGROW 25 -MENU CMDLINEROW 25 -MENU HELPMSGROW 23 -MENU MARGIN 15 -MENU VSHIFT 4 -MENU COLOR BORDER 37;40 #00000000 #00000000 none -MENU COLOR TITLE 37;40 #ff6b0035 #ffffffff none - -MENU COLOR UNSEL 37;40 #ffedeb2d #00ffffff none -MENU COLOR HOTKEY 37;40 #ff6b0035 #00ffffff none - -MENU COLOR SEL 37;40 #ffedeb2d #ffbbbbbb none -MENU COLOR HOTSEL 37;40 #ff6b0035 #ffb1dbfa none - -MENU COLOR HELP 37;40 #fff9a11d #00ffffff none -MENU COLOR TIMEOUT_MSG 37;40 #fff9a11d #0faaaaaa none -MENU COLOR TIMEOUT 37;40 #fff9a11d #0faaaaff none - -MENU SEPARATOR diff --git a/examples/pxe/menus/debian.cfg b/examples/pxe/menus/debian.cfg deleted file mode 100644 index 4ad47c9..0000000 --- a/examples/pxe/menus/debian.cfg +++ /dev/null @@ -1,51 +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 wheezy_amd64_install - MENU LABEL ^1 Debian Stable amd64 (Wheezy) netinstall - KERNEL debian/wheezy/amd64/linux - APPEND vga=normal initrd=debian/wheezy/amd64/initrd.gz -- - -LABEL wheezy_i386_install - MENU LABEL ^2 Debian Stable i386 (Wheezy) netinstall - KERNEL debian/wheezy/i386/linux - APPEND vga=normal initrd=debian/wheezy/i386/initrd.gz -- - -LABEL wheezy_amd64_fw - MENU LABEL ^3 Debian FW-added Stable amd64 (Wheezy) netinstall - KERNEL debian/wheezy/amd64/linux - APPEND vga=normal initrd=debian/wheezy/amd64/fwinitrd.gz -- - -MENU SEPARATOR - -LABEL jessie_amd64_install - MENU LABEL ^4 Debian Testing amd64 (Jessie) netinstall - KERNEL debian/jessie/amd64/linux - APPEND vga=normal initrd=debian/jessie/amd64/initrd.gz -- - -LABEL jessie_i386_install - MENU LABEL ^5 Debian Testing i386 (Jessie) netinstall - KERNEL debian/jessie/i386/linux - APPEND vga=normal initrd=debian/jessie/i386/initrd.gz -- -MENU SEPARATOR - -LABEL squeeze_amd64_install - MENU LABEL ^6 Debian Oldstable amd64 (Squeeze) netinstall - KERNEL debian/squeeze/amd64/linux - APPEND vga=normal initrd=debian/squeeze/amd64/initrd.gz -- - -LABEL squeeze_i386_install - MENU LABEL ^7 Debian Oldstable i386 (Squeeze) netinstall - KERNEL debian/squeeze/i386/linux - APPEND vga=normal initrd=debian/squeeze/i386/initrd.gz -- - - -TIMEOUT 900 diff --git a/examples/pxe/menus/tools.cfg b/examples/pxe/menus/tools.cfg deleted file mode 100644 index 941eb17..0000000 --- a/examples/pxe/menus/tools.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# /var/lib/tftpboot/menus/debian.cfg -MENU INCLUDE menus/common.cfg -MENU TITLE Tools - -LABEL mainmenu - MENU LABEL ^R Return to Main Menu - COM32 vesamenu.c32 - APPEND ~ - -MENU SEPARATOR - -LABEL memtest - MENU LABEL ^Memory test using Memtest86+ - TEXT HELP -Run memory test using Memtest86+ - ENDTEXT - KERNEL tools/mt86plus - -LABEL hdt - MENU LABEL ^HDT - Hardware Detection Tool - TEXT HELP -Used to examine system devices, system information, diagnostics - ENDTEXT - COM32 tools/hdt_0_5_2.c32 - APPEND pciids=tools/pci.ids - -LABEL ntpasswd - MENU LABEL ^Offline NT Password Recovery ... - MENU PASSWD nexuserbest - TEXT HELP -Can be used to recover/clear Windows password. Password protected. - ENDTEXT - KERNEL tools/ntpasswd/vmlinuz - INITRD tools/ntpasswd/initrd.cgz,tools/ntpasswd/scsi.cgz - -TIMEOUT 900 diff --git a/examples/pxe/menus/ubuntu.cfg b/examples/pxe/menus/ubuntu.cfg deleted file mode 100644 index 64af814..0000000 --- a/examples/pxe/menus/ubuntu.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# /var/lib/tftpboot/menus/ubuntu.cfg -MENU INCLUDE menus/common.cfg -MENU TITLE Ubuntu Live boot - -LABEL mainmenu - MENU LABEL ^R Return to Main Menu - COM32 vesamenu.c32 - APPEND ~ - -MENU SEPARATOR - -LABEL trustytahr32live - MENU LABEL ^1 Ubuntu 14.04 32bit LIVE boot - KERNEL ubuntu/14.04/i386/vmlinuz - APPEND boot=casper root=/dev/nfs netboot=nfs nfsroot=151.216.253.2:/srv/nfsroot/ubuntu/14.04/i386 initrd=ubuntu/14.04/i386/initrd.lz -- - -#LABEL xpangolin32live -# MENU LABEL ^2 xubuntu 12.04.2 32bit LIVE boot -# KERNEL ubuntu/12.04.4/i386/vmlinuz -# APPEND boot=casper netboot=nfs nfsroot=151.216.253.3:/var/nfsroot/ubuntu/12.04.4/i386 initrd=ubuntu/12.04.4/i386/initrd.lz -- - -TIMEOUT 900 |