OSDN Git Service

01ff90ea212e03ed0fd9a6539af44535360b29b6
[android-x86/bootable-newinstaller.git] / boot / isolinux / isolinux.cfg
1 default vesamenu.c32
2 timeout 600
3
4 menu background android-x86.png
5 menu title OS_TITLE Live & Installation CD VER
6 menu color border 0 #ffffffff #00000000
7 menu color sel 7 #ffffff00 #ff000000
8 menu color title 0 #ffffffff #00000000
9 menu color tabmsg 0 #ffffffff #00000000
10 menu color unsel 0 #ffffffff #00000000
11 menu color hotsel 0 #ffffff00 #ff000000
12 menu color hotkey 7 #ffffff00 #00000000
13
14 label livem
15         menu label Live CD - ^Run OS_TITLE without installation
16         kernel /kernel
17         append initrd=/initrd.img CMDLINE quiet SRC= DATA=
18
19 label debug
20         menu label Live CD - ^Debug mode
21         kernel /kernel
22         append initrd=/initrd.img CMDLINE DEBUG=2 SRC= DATA=
23
24 label install
25         menu label ^Installation - Install OS_TITLE to harddisk
26         kernel /kernel
27         append initrd=/initrd.img CMDLINE INSTALL=1 DEBUG=
28
29 menu separator
30
31 menu begin advanced
32 menu label ^Advanced options...
33 menu title Advanced options
34
35 label vesa
36         menu label Live CD ^VESA mode - No GPU hardware acceleration
37         kernel /kernel
38         append initrd=/initrd.img CMDLINE nomodeset vga=ask SRC= DATA=
39
40 menu separator
41
42 label auto_install
43         menu label Audo_^Installation - Auto Install to specified harddisk
44         kernel /kernel
45         append initrd=/initrd.img CMDLINE AUTO_INSTALL=0 DEBUG=
46
47 label auto_update
48         menu label Audo_^Update - Auto update OS_TITLE
49         kernel /kernel
50         append initrd=/initrd.img CMDLINE AUTO_INSTALL=update DEBUG=
51
52 menu separator
53
54 label local
55         menu label Boot from ^local drive
56         localboot 0xffff
57
58 menu separator
59
60 label mainmenu
61         menu label ^Back...
62         menu exit
63
64 menu end