SVN: livecd/mklive/templates-kde4/isolinux: isolinux.cfg splash.png

shadzik shadzik at pld-linux.org
Mon Aug 9 04:12:08 CEST 2010


Author: shadzik
Date: Mon Aug  9 04:12:07 2010
New Revision: 11771

Modified:
   livecd/mklive/templates-kde4/isolinux/isolinux.cfg
   livecd/mklive/templates-kde4/isolinux/splash.png
Log:
- updated


Modified: livecd/mklive/templates-kde4/isolinux/isolinux.cfg
==============================================================================
--- livecd/mklive/templates-kde4/isolinux/isolinux.cfg	(original)
+++ livecd/mklive/templates-kde4/isolinux/isolinux.cfg	Mon Aug  9 04:12:07 2010
@@ -1,26 +1,25 @@
 PROMPT 0
-TIMEOUT 50
+TIMEOUT 100
 DEFAULT vesamenu.c32
 MENU BACKGROUND splash.png
-MENU TITLE Welcome to PLD-Linux!
 
-MENU WIDTH 46
+MENU WIDTH 30
 MENU MARGIN 0
 MENU ROWS 8
 MENU HELPMSGROW 14
-MENU TIMEOUTROW 22
+MENU TIMEOUTROW 14
 MENU TABMSGROW 24
 MENU CMDLINEROW 24
-MENU HSHIFT 0
-MENU VSHIFT 2
+MENU HSHIFT 26
+MENU VSHIFT 10
 
 	menu color screen	37;40      #00000000 #00000000 none
 	menu color border	30;44      #00000000 #00000000 none
 	menu color title	1;36;44    #ffffffff #00000000 none
-	menu color unsel	37;44      #ff3E6B85 #00000000 none
+	menu color unsel	37;44      #ff4b69be #00000000 none
 	menu color hotkey	1;37;44    #ff3E6B85 #00000000 none
-	menu color sel		7;37;40    #ffffffff #ff3E6B85 none
-	menu color hotsel	1;7;37;40  #ff808080 #ff3E6B85 none
+	menu color sel		7;37;40    #ffffffff #00000000 none
+	menu color hotsel	1;7;37;40  #ff808080 #00000000 none
 	menu color scrollbar	30;44      #00000000 #00000000 none
 
 	menu color tabmsg	31;40      #aaaaaaaa #00000000 none
@@ -34,64 +33,29 @@
 	menu color help		37;40      #ffffffff #00000000 none
 	menu color msg07	37;40      #90ffffff #00000000 std
 
-LABEL linux
-MENU LABEL Run PLD-LiveCD with KDE4
+LABEL kde
+MENU LABEL Run pld live
 KERNEL /boot/vmlinuz
-APPEND initrd=/boot/initrd.img vga=791 splash=silent rw
-TEXT HELP
-  More about currently selected:
-
-  Run PLD-LiveCD with KDE4.
-  Try to autoconfigure graphics
-  card and use the maximum
-  allowed resolution
-ENDTEXT
+APPEND initrd=/boot/initrd.img vga=791 quiet splash=silent rw rlvl=5
 
-LABEL linux
-MENU LABEL Run PLD-LiveCD with KDE4 (Copy to RAM)
+LABEL toram
+MENU LABEL Run pld live (copy to ram)
 KERNEL /boot/vmlinuz
-APPEND initrd=/boot/initrd.img vga=791 splash=silent toram rw
-TEXT HELP
-  More about currently selected:
-
-  Run PLD-LiveCD with KDE4 and copy
-  everything to RAM.
-  Try to autoconfigure graphics
-  card and use the maximum
-  allowed resolution
-ENDTEXT
-
-#LABEL linux
-#MENU LABEL Run PLD-LiveCD with KDE4 (textmode)
-#KERNEL /boot/vmlinuz
-#APPEND initrd=/boot/initrd.gz ramdisk_size=RAM0SIZE root=/dev/ram0 autoexec=/sbin/noX rw
-#TEXT HELP
-#  More about currently selected:
-#
-#  Run PLD-LiveCD with KDE4 in text mode.
-#ENDTEXT
-
-#LABEL linux
-#MENU LABEL Run PLD-LiveCD with KDE4 (textmode to RAM)
-#KERNEL /boot/vmlinuz
-#APPEND initrd=/boot/initrd.gz ramdisk_size=1048576 root=/dev/ram0 autoexec=/sbin/noX toram rw
-#TEXT HELP
-#  More about currently selected:
-#
-#  Run PLD-LiveCD with KDE4 in text
-#  mode and copy everything to RAM.
-#ENDTEXT
+APPEND initrd=/boot/initrd.img vga=791 quiet splash=silent toram rw rlvl=5
 
-MENU SEPARATOR
+LABEL console
+MENU LABEL Run pld live (console)
+KERNEL /boot/vmlinuz
+APPEND initrd=/boot/initrd.img vga=791 splash=verbose rw rlvl=3
+
+LABEL disk
+MENU LABEL Boot from first hard drive
+localboot 0x80
 
 LABEL memtest86
-MENU LABEL Run Memtest utility
+MENU LABEL Memtest
 KERNEL /boot/memtest86
-TEXT HELP
-  More about currently selected:
 
-  Don't start PLD-LiveCD at all, but
-  rather run the MemTest utility
-  to diagnose your computer's RAM
-  for possible errors
-ENDTEXT
+LABEL reboot
+MENU LABEL Reboot
+KERNEL reboot.c32

Modified: livecd/mklive/templates-kde4/isolinux/splash.png
==============================================================================
Binary files. No diff available.


More information about the pld-cvs-commit mailing list