~skss/live-usb-install/live-usb-install

« back to all changes in this revision

Viewing changes to src/presets/Android x86/2.2r2 - Pavilion tx2500 - i386/syslinux.cfg

  • Committer: Krasimir S. Stefanov
  • Date: 2011-08-01 18:28:13 UTC
  • Revision ID: lokiisyourmaster@gmail.com-20110801182813-k6cd8z9uutml9cqq
2.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MENU TITLE Android x86 USB BOOT MENU
 
2
DEFAULT vesamenu.c32
 
3
PROMPT 0
 
4
 
 
5
label liveh
 
6
        menu label Live CD - ^Run Android-x86 without installation (HDPI)
 
7
        kernel /kernel
 
8
        append initrd=/initrd.img root=/dev/ram0 androidboot_hardware=tx2500 acpi_sleep=s3_bios,s3_mode quiet SRC= DATA= DPI=240
 
9
 
 
10
label livem
 
11
        menu label Live CD - ^Run Android-x86 without installation (MDPI)
 
12
        kernel /kernel
 
13
        append initrd=/initrd.img root=/dev/ram0 androidboot_hardware=tx2500 acpi_sleep=s3_bios,s3_mode quiet SRC= DATA= DPI=160
 
14
 
 
15
label vesa
 
16
        menu label Live CD - ^VESA mode
 
17
        kernel /kernel
 
18
        append initrd=/initrd.img root=/dev/ram0 androidboot_hardware=tx2500 acpi_sleep=s3_bios,s3_mode quiet vga=788 SRC= DATA=
 
19
 
 
20
label debug
 
21
        menu label Live CD - ^Debug mode
 
22
        kernel /kernel
 
23
        append initrd=/initrd.img root=/dev/ram0 androidboot_hardware=tx2500 acpi_sleep=s3_bios,s3_mode vga=788 DEBUG=1 SRC= DATA=
 
24
 
 
25
label install
 
26
        menu label Installation - ^Install Android-x86 to harddisk
 
27
        kernel /kernel
 
28
        append initrd=/initrd.img root=/dev/ram0 androidboot_hardware=tx2500 acpi_sleep=s3_bios,s3_mode INSTALL=1 DEBUG=
 
29
        
 
30
LABEL hd
 
31
        menu label ^Boot from first hard disk
 
32
        localboot 0xffff
 
33
        append -
 
34
 
 
35
MENU BACKGROUND backg.png
 
36
ALLOWOPTIONS 1
 
37
timeout 150
 
38
menu color title                1;31;49 #eeff1010 #cc553333 std
 
39
menu color sel                  7;37;40 #ffffffff #99660000 all
 
40
menu color border               30;44   #ffffffff #00000000 std
 
41
menu color pwdheader    31;47   #eeff1010 #20ffffff std 
 
42