SVN: livecd/kde4: isolinux.cfg splash.png

shadzik shadzik at pld-linux.org
Mon Feb 16 18:21:30 CET 2009


Author: shadzik
Date: Mon Feb 16 18:21:30 2009
New Revision: 10125

Added:
   livecd/kde4/isolinux.cfg
   livecd/kde4/splash.png   (contents, props changed)
Log:
- splash and isolinux config


Added: livecd/kde4/isolinux.cfg
==============================================================================
--- (empty file)
+++ livecd/kde4/isolinux.cfg	Mon Feb 16 18:21:30 2009
@@ -0,0 +1,20 @@
+PROMPT 0
+TIMEOUT 100
+DEFAULT /boot/vesamenu.c32
+
+MENU TITLE PLD-Linux Titanium LiveCD KDE4
+MENU BACKGROUND /boot/splash.png
+
+LABEL linux
+MENU LABEL Run PLD-Live KDE4
+KERNEL /boot/vmlinuz
+APPEND initrd=/boot/initrd.gz ramdisk_size=RAM0SIZE root=/dev/ram0 rw
+
+LABEL linux
+MENU LABEL Run PLD-Live KDE4 (RAM)
+KERNEL /boot/vmlinuz
+APPEND initrd=/boot/initrd.gz ramdisk_size=RAM0SIZE root=/dev/ram0 toram rw
+
+LABEL memtest86
+MENU LABEL Run Memtest utility
+KERNEL /boot/mt86p

Added: livecd/kde4/splash.png
==============================================================================
Binary file. No diff available.


More information about the pld-cvs-commit mailing list