OSDN Git Service

let the target decide whether to show hdpi and mdpi menu
[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 liveh
15         menu label Live CD - ^Run Android-x86 without installation (HDPI)
16         kernel /kernel
17         append initrd=/initrd.img CMDLINE quiet SRC= DATA= DPI=240
18
19 label livem
20         menu label Live CD - ^Run Android-x86 without installation (MDPI)
21         kernel /kernel
22         append initrd=/initrd.img CMDLINE quiet SRC= DATA= DPI=160
23
24 label vesa
25         menu label Live CD - ^VESA mode
26         kernel /kernel
27         append initrd=/initrd.img CMDLINE quiet vga=788 SRC= DATA=
28
29 label debug
30         menu label Live CD - ^Debug mode
31         kernel /kernel
32         append initrd=/initrd.img CMDLINE vga=788 DEBUG=1 SRC= DATA=
33
34 label install
35         menu label Installation - ^Install Android-x86 to harddisk
36         kernel /kernel
37         append initrd=/initrd.img CMDLINE INSTALL=1 DEBUG=