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

« back to all changes in this revision

Viewing changes to src/presets/Dynebolic/2.5.2 - 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 Dynebolic USB BOOT MENU
 
2
DEFAULT vesamenu.c32
 
3
PROMPT 0
 
4
 
 
5
label linux
 
6
        menu label Dynebolic
 
7
        kernel /dyne/2618ck1d.krn
 
8
        append initrd=/dyne/initrd.gz root=/dev/ram0 rw load_ramdisk=1 prompt_ramdisk=0 ramdisk_start=0 max_loop=64 vga=791
 
9
 
 
10
LABEL hd
 
11
        menu label ^Boot from first hard disk
 
12
        localboot 0xffff
 
13
        append -
 
14
 
 
15
MENU BACKGROUND backg.png
 
16
ALLOWOPTIONS 1
 
17
timeout 150
 
18
menu color title                1;31;49 #eeff1010 #cc553333 std
 
19
menu color sel                  7;37;40 #ffffffff #99660000 all
 
20
menu color border               30;44   #ffffffff #00000000 std
 
21
menu color pwdheader    31;47   #eeff1010 #20ffffff std 
 
22