OSDN Git Service

* support vbox audio (issue #7)
[android-x86/bootable-newinstaller.git] / boot / isolinux / isolinux.cfg
1 default vesamenu.c32
2 #prompt 1
3 timeout 600
4
5 menu background splash.png
6 menu title Android Live & Installation CD
7 menu color border 0 #ffffffff #00000000
8 menu color sel 7 #ffffffff #ff000000
9 menu color title 0 #ffffffff #00000000
10 menu color tabmsg 0 #ffffffff #00000000
11 menu color unsel 0 #ffffffff #00000000
12 menu color hotsel 0 #ff000000 #ffffffff
13 menu color hotkey 7 #ffffffff #ff000000
14
15 label live
16         menu label Live CD - Run Android without installation
17         kernel /kernel
18         append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=eeepc quiet
19
20 label vesa
21         menu label Live CD - VESA mode
22         kernel /kernel
23         append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=eeepc vga=788 quiet
24
25 label debug
26         menu label Live CD - Debug mode
27         kernel /kernel
28         append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=eeepc vga=788 DEBUG=1 SRC= DATA= SDCARD=
29
30 label install
31         menu label Installation - Install Android to harddisk
32         kernel /kernel
33         append initrd=/initrd.img root=/dev/ram0 console=ttyS1,115200n8 console=tty0 androidboot.hardware=eeepc vga=788 INSTALL=1