diff options
author | root <root@riffraff.tg14.gathering.org> | 2014-04-20 02:58:05 +0200 |
---|---|---|
committer | root <root@riffraff.tg14.gathering.org> | 2014-04-20 02:58:05 +0200 |
commit | 8f4ae8e5833f0d26be5fad5160ae6ee0479b0712 (patch) | |
tree | da5089e91fbe52fd7da57a1c431c9af64f6ac8af /examples/pxe/menus | |
parent | 37a3b5d6ed97367989aecc875f1db1e9eb0458df (diff) | |
parent | 19cd0064816a577b72577b9f21a5a946eb746f64 (diff) |
Merge branch 'master' of https://github.com/tech-server/tgmanage
Diffstat (limited to 'examples/pxe/menus')
-rw-r--r-- | examples/pxe/menus/background-2013.png | bin | 0 -> 300425 bytes | |||
-rw-r--r-- | examples/pxe/menus/background.png | bin | 0 -> 100241 bytes | |||
-rw-r--r-- | examples/pxe/menus/bg.png | bin | 0 -> 171182 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, 133 insertions, 0 deletions
diff --git a/examples/pxe/menus/background-2013.png b/examples/pxe/menus/background-2013.png Binary files differnew file mode 100644 index 0000000..293e591 --- /dev/null +++ b/examples/pxe/menus/background-2013.png diff --git a/examples/pxe/menus/background.png b/examples/pxe/menus/background.png Binary files differnew file mode 100644 index 0000000..d7f6b74 --- /dev/null +++ b/examples/pxe/menus/background.png diff --git a/examples/pxe/menus/bg.png b/examples/pxe/menus/bg.png Binary files differnew file mode 100644 index 0000000..00bc09a --- /dev/null +++ b/examples/pxe/menus/bg.png diff --git a/examples/pxe/menus/common.cfg b/examples/pxe/menus/common.cfg new file mode 100644 index 0000000..fd7465d --- /dev/null +++ b/examples/pxe/menus/common.cfg @@ -0,0 +1,24 @@ +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 new file mode 100644 index 0000000..4ad47c9 --- /dev/null +++ b/examples/pxe/menus/debian.cfg @@ -0,0 +1,51 @@ +# /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 new file mode 100644 index 0000000..941eb17 --- /dev/null +++ b/examples/pxe/menus/tools.cfg @@ -0,0 +1,36 @@ +# /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 new file mode 100644 index 0000000..64af814 --- /dev/null +++ b/examples/pxe/menus/ubuntu.cfg @@ -0,0 +1,22 @@ +# /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 |