blob: a5bf76b81fc0ff82167ac956bf8ee0c01d2b1209 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 kalin32live
MENU LABEL ^1 Ubuntu 14.10 32bit LIVE boot
KERNEL ubuntu/14.10/casper/vmlinuz
APPEND boot=casper root=/dev/nfs netboot=nfs nfsroot=185.12.59.2:/srv/nfsroot/ubuntu/14.10/casper initrd=ubuntu/14.10/casper/initrd.lz --
#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
|