aboutsummaryrefslogtreecommitdiffstats
path: root/pxe/menus/ubuntu.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/ubuntu.cfg
parentfe0be5960aac1f9bb600dbf853d862a9f4e60de8 (diff)
Initial commit. Source; TG13-goodiebag.
Diffstat (limited to 'pxe/menus/ubuntu.cfg')
-rw-r--r--pxe/menus/ubuntu.cfg47
1 files changed, 47 insertions, 0 deletions
diff --git a/pxe/menus/ubuntu.cfg b/pxe/menus/ubuntu.cfg
new file mode 100644
index 0000000..081bc61
--- /dev/null
+++ b/pxe/menus/ubuntu.cfg
@@ -0,0 +1,47 @@
+# /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 pangolin32live
+ MENU LABEL ^1 Ubuntu 12.04.2 32bit LIVE boot
+ KERNEL ubuntu/12.04.2/i386/live/vmlinuz
+ APPEND boot=casper netboot=nfs nfsroot=151.216.125.3:/var/nfsroot/ubuntu/12.04.2/i386 quiet splash initrd=ubuntu/12.04.2/i386/live/initrd.lz --
+
+LABEL pangolin64live
+ MENU LABEL ^2 Ubuntu 12.04.2 64bit LIVE boot
+ KERNEL ubuntu/12.04.2/amd64/live/vmlinuz.efi
+ APPEND boot=casper netboot=nfs nfsroot=151.216.125.3:/var/nfsroot/ubuntu/12.04.2/amd64 quiet splash initrd=ubuntu/12.04.2/amd64/live/initrd.lz --
+
+MENU SEPARATOR
+
+LABEL xpangolin32live
+ MENU LABEL ^3 xubuntu 12.04.2 32bit LIVE boot
+ KERNEL xubuntu/12.04.2/i386/live/vmlinuz
+ APPEND boot=casper netboot=nfs nfsroot=151.216.125.3:/var/nfsroot/xubuntu/12.04.2/i386 quiet splash initrd=xubuntu/12.04.2/i386/live/initrd.lz --
+
+LABEL xpangolin64live
+ MENU LABEL ^4 xubuntu 12.04.2 64bit LIVE boot
+ KERNEL xubuntu/12.04.2/amd64/live/vmlinuz
+ APPEND boot=casper netboot=nfs nfsroot=151.216.125.3:/var/nfsroot/xubuntu/12.04.2/amd64 quiet splash initrd=xubuntu/12.04.2/amd64/live/initrd.lz --
+
+MENU SEPARATOR
+
+LABEL quetzal64
+ MENU LABEL ^5 Ubuntu 12.10 64bit Installer
+ KERNEL ubuntu/12.10/amd64/linux
+ APPEND boot=casper quiet splash initrd=ubuntu/12.10/amd64/initrd.gz --
+
+LABEL quetzal32
+ MENU LABEL ^6 Ubuntu 12.10 32bit Installer
+ KERNEL ubuntu/12.10/i386/linux
+ APPEND boot=casper quiet splash initrd=ubuntu/12.10/i386/initrd.gz --
+
+
+TIMEOUT 900