aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pxe/menus/ubuntu.cfg
diff options
context:
space:
mode:
authorroot <root@riffraff.tg14.gathering.org>2014-04-20 02:58:05 +0200
committerroot <root@riffraff.tg14.gathering.org>2014-04-20 02:58:05 +0200
commit8f4ae8e5833f0d26be5fad5160ae6ee0479b0712 (patch)
treeda5089e91fbe52fd7da57a1c431c9af64f6ac8af /examples/pxe/menus/ubuntu.cfg
parent37a3b5d6ed97367989aecc875f1db1e9eb0458df (diff)
parent19cd0064816a577b72577b9f21a5a946eb746f64 (diff)
Merge branch 'master' of https://github.com/tech-server/tgmanage
Diffstat (limited to 'examples/pxe/menus/ubuntu.cfg')
-rw-r--r--examples/pxe/menus/ubuntu.cfg22
1 files changed, 22 insertions, 0 deletions
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