OSDN Git Service

init: allow to specify the android partition by ROOT
[android-x86/bootable-newinstaller.git] / usb / menu.lst
1 default=0
2 timeout=6
3 root (hd0,0)
4 splashimage=/android-x86.xpm.gz
5
6 title Live USB - Run Android-x86 without Installation (HDPI)
7         kernel /android-system/kernel CMDLINE quiet SRC=/android-system DPI=240
8         initrd /android-system/initrd.img
9
10 title Live USB - Run Android-x86 without Installation (MDPI)
11         kernel /android-system/kernel CMDLINE quiet SRC=/android-system DPI=160
12         initrd /android-system/initrd.img
13
14 title Live USB - VESA Mode
15         kernel /android-system/kernel CMDLINE quiet vga=788 SRC=/android-system
16         initrd /android-system/initrd.img
17
18 title Live USB - Debug Mode
19         kernel /android-system/kernel CMDLINE vga=788 SRC=/android-system DEBUG=1
20         initrd /android-system/initrd.img
21
22 title Installation - Install Android-x86 VER to harddisk
23         kernel /android-system/kernel CMDLINE SRC=/android-system INSTALL=1 DEBUG=
24         initrd /android-system/initrd.img