blob: a9b3057af7031d5ab5a083fdd58de719cc47d419 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
MENU INCLUDE menus/common.cfg
MENU TITLE Hanna Montana Linux :D
LABEL mainmenu
MENU LABEL ^R Return to Main Menu
COM32 vesamenu.c32
APPEND ~
MENU SEPARATOR
LABEL hannamontana
MENU LABEL ^1 Hanna Montana LIVE boot
KERNEL hannamontana/casper/vmlinuz
APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/hannamontana/ initrd=hannamontana/casper/initrd.gz --
TIMEOUT 900
|