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

« back to all changes in this revision

Viewing changes to src/presets/Zenwalk/6.0.1 Live - i386/syslinux.cfg

  • Committer: Krasimir Stefanov
  • Date: 2010-12-08 13:56:49 UTC
  • Revision ID: lokiisyourmaster@gmail.com-20101208135649-qvtp2n4zw07oqu7h
2.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MENU TITLE Dr.Web Live USB BOOT MENU
 
2
DEFAULT vesamenu.c32
 
3
PROMPT 0
 
4
 
 
5
label zenlive
 
6
        MENU LABEL Start ^Zenwalk Live
 
7
        kernel /boot/vmlinuz
 
8
        append max_loop=255 initrd=/boot/initrd.gz init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=6666 root=/dev/ram0 rw vga=791 splash=silent keyb=us lang=en_US autologin changes=zensave.xfs 
 
9
 
 
10
label safegfx
 
11
        MENU LABEL Start Zenwalk Live in ^safe graphic mode
 
12
        kernel /boot/vmlinuz
 
13
        append max_loop=255 initrd=/boot/initrd.gz init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=6666 root=/dev/ram0 rw vga=791 splash=silent xforcevesa keyb=us lang=en_US autologin changes=zensave.xfs
 
14
 
 
15
label memtest86
 
16
        MENU LABEL ^Memory Test
 
17
        kernel /boot/mt86p
 
18
        
 
19
LABEL hd
 
20
        menu label ^Boot from first hard disk
 
21
        localboot 0xffff
 
22
        append -
 
23
 
 
24
MENU BACKGROUND backg.png
 
25
ALLOWOPTIONS 1
 
26
timeout 150
 
27
menu color title                1;31;49 #eeff1010 #cc553333 std
 
28
menu color sel                  7;37;40 #ffffffff #99660000 all
 
29
menu color border               30;44   #ffffffff #00000000 std
 
30
menu color pwdheader    31;47   #eeff1010 #20ffffff std 
 
31