diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:47:53 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:47:53 +0100 |
commit | 630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (patch) | |
tree | 8c78ea7fc3324fa9039986649691cc52fabce162 /examples/pxe/menus/ubuntu.cfg | |
parent | 071dd2c070e219005d103f7efbbbc9c36b5d25c9 (diff) |
Restructure folders.
Diffstat (limited to 'examples/pxe/menus/ubuntu.cfg')
-rw-r--r-- | examples/pxe/menus/ubuntu.cfg | 22 |
1 files changed, 0 insertions, 22 deletions
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 |