OSDN Git Service

The new installer. Supported filesystems are
[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 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 live
15         menu label Live CD - ^Run Android without installation
16         kernel /kernel
17         append initrd=/initrd.img CMDLINE quiet SRC= DATA= SDCARD=
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= SDCARD=
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= SDCARD=
28
29 label install
30         menu label Installation - ^Install Android to harddisk
31         kernel /kernel
32         append initrd=/initrd.img CMDLINE INSTALL=1 DEBUG=