OSDN Git Service

isolinux.cfg: update for ics-x86
[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 Android-x86 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 Android-x86 without installation
16         kernel /kernel
17         append initrd=/initrd.img CMDLINE quiet SRC= DATA= DPI=160
18
19 label vesa
20         menu label Live CD - ^VESA mode
21         kernel /kernel
22         append initrd=/initrd.img CMDLINE quiet vga=788 SRC= DATA=
23
24 label debug
25         menu label Live CD - ^Debug mode
26         kernel /kernel
27         append initrd=/initrd.img CMDLINE vga=788 DEBUG=1 SRC= DATA=
28
29 label install
30         menu label Installation - ^Install Android-x86 to harddisk
31         kernel /kernel
32         append initrd=/initrd.img CMDLINE INSTALL=1 DEBUG=