OSDN Git Service

update messages
[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
7         kernel /android-system/kernel CMDLINE quiet SRC=/android-system
8         initrd /android-system/initrd.img
9
10 title Live USB - VESA Mode
11         kernel /android-system/kernel CMDLINE quiet vga=788 SRC=/android-system
12         initrd /android-system/initrd.img
13
14 title Live USB - Debug Mode
15         kernel /android-system/kernel CMDLINE vga=788 SRC=/android-system DEBUG=1
16         initrd /android-system/initrd.img
17
18 title Installation - Install Android-x86 VER to harddisk
19         kernel /android-system/kernel CMDLINE SRC=/android-system INSTALL=1 DEBUG=
20         initrd /android-system/initrd.img