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

« back to all changes in this revision

Viewing changes to src/presets/Salix/14.0.1 - KDE - i386/syslinux.cfg

  • Committer: Красимир С. Стефанов
  • Date: 2014-07-23 09:19:48 UTC
  • Revision ID: lokster@shodan-desktop-20140723091948-m8ozp13766tw7ieu
2.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MENU TITLE Salix Live USB BOOT MENU
 
2
DEFAULT vesamenu.c32
 
3
PROMPT 0
 
4
 
 
5
LABEL salixlive
 
6
    MENU LABEL Run Salix Live
 
7
    kernel /kernels/hugesmp.s/bzImage
 
8
    append initrd=/isolinux/smp.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=hugesmp.s
 
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