blob: 3ecf2ef2156940646eeae7ee39f2a75e1c0b7ace (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# /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
#/var/lib/tftpboot/ubuntu/test/14.10/i386/casper
LABEL ubuntulive32
MENU LABEL ^1 Ubuntu 14.10 32bit LIVE boot
KERNEL ubuntu/14.10/i386/casper/vmlinuz
APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.12.59.2:/var/lib/tftpboot/ubuntu/14.10/i386/ initrd=ubuntu/14.10/i386/casper/initrd.lz --
LABEL ubuntulive64
MENU LABEL ^2 Ubuntu 14.10 64bit LIVE boot
KERNEL ubuntu/14.10/amd64/casper/vmlinuz.efi
APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.12.59.2:/var/lib/tftpboot/ubuntu/14.10/amd64/ initrd=ubuntu/14.10/amd64/casper/initrd.lz --
MENU SEPARATOR
#LABEL ubuntuserverlive32
# MENU LABEL ^3 Ubuntu Server 14.10 32bit LIVE boot
# KERNEL ubuntu/server/14.10/i386/install/vmlinuz
# APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.12.59.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.12.59.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
|