diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-01 19:14:20 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-01 19:14:20 +0200 |
commit | bc83b07e4aa4c68f63f4e1b9f6f00757388ea13c (patch) | |
tree | ccb9a45430645ea80bca1b3717e453e254229a0e /examples/tg16/pxe/menus/ubuntu.cfg | |
parent | 1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (diff) | |
parent | 3dc8afb739a03459393d3cda79bd16cefff15cae (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'examples/tg16/pxe/menus/ubuntu.cfg')
-rw-r--r-- | examples/tg16/pxe/menus/ubuntu.cfg | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/examples/tg16/pxe/menus/ubuntu.cfg b/examples/tg16/pxe/menus/ubuntu.cfg new file mode 100644 index 0000000..62307cd --- /dev/null +++ b/examples/tg16/pxe/menus/ubuntu.cfg @@ -0,0 +1,48 @@ +# /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 ubuntulive_14_10_32 + MENU LABEL ^1 Ubuntu 14.10(LTS) 32bit LIVE boot + KERNEL ubuntu/14.10/i386/casper/vmlinuz + APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/14.10/i386/ initrd=ubuntu/14.10/i386/casper/initrd.lz -- + +LABEL ubuntulive_14_10_64 + MENU LABEL ^2 Ubuntu 14.10(LTS) 64bit LIVE boot + KERNEL ubuntu/14.10/amd64/casper/vmlinuz.efi + APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/14.10/amd64/ initrd=ubuntu/14.10/amd64/casper/initrd.lz -- +MENU SEPARATOR + +LABEL ubuntulive_15_10_32 + MENU LABEL ^3 Ubuntu 15.10 32bit LIVE boot + KERNEL ubuntu/15.10/i386/casper/vmlinuz + APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/15.10/i386/ initrd=ubuntu/15.10/i386/casper/initrd.lz -- + +LABEL ubuntulive_15_10_64 + MENU LABEL ^4 Ubuntu 15.10 64bit LIVE boot + KERNEL ubuntu/15.10/amd64/casper/vmlinuz.efi + APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/15.10/amd64/ initrd=ubuntu/15.10/amd64/casper/initrd.lz -- +MENU SEPARATOR + +#LABEL ubuntuserverlive32 +# MENU LABEL ^3 Ubuntu Server 14.10 32bit LIVE boot +# KERNEL ubuntu/server/15.10/i386/install/vmlinuz +# APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/server/14.10/i386/ initrd=ubuntu/server/14.10/i386/install/initrd.gz -- + +#LABEL ubuntuserverlive64 +# MENU LABEL ^4 Ubuntu Server 14.10 64bit LIVE boot +# KERNEL ubuntu/server/14.10/amd64/install/vmlinuz +# APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/server/14.10/amd64/ initrd=ubuntu/server/14.10/amd64/install/initrd.gz -- + +#LABEL xpangolin32live +# MENU LABEL ^2 xubuntu 14.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 |