rev 8186 - in people/fabo/live-helper/kde4live-iso-sid-amd64/config: . binary_grub chroot_local-hooks chroot_local-includes chroot_local-includes/etc chroot_local-includes/etc/splashy chroot_local-includes/root/localrepo chroot_local-packageslists chroot_sources

Fathi Boudra fabo at alioth.debian.org
Sun Dec 9 09:52:05 UTC 2007


Author: fabo
Date: 2007-12-09 09:52:05 +0000 (Sun, 09 Dec 2007)
New Revision: 8186

Added:
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/binary_grub/splash.xpm.gz
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/etc/
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/etc/splashy/
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/etc/splashy/config.xml
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-packageslists/kde4
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_sources/experimental.binary
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_sources/experimental.bootstrap
Removed:
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-hooks/02-remove_pulseaudio_xine_plugin.sh
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/root/localrepo/aufs-modules-2.6.22-3-amd64_2.6.22+0+20070924-5_amd64.deb
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/root/localrepo/live-initramfs_1.110.4-1_all.deb
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/root/localrepo/squashfs-modules-2.6.22-3-amd64_2.6.22+3.2r2-5_amd64.deb
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/root/localrepo/unionfs-modules-2.6.22-3-amd64_2.6.22+1.4+debian-5_amd64.deb
Modified:
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/binary
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/bootstrap
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-hooks/01-install_extra_package.sh
   people/fabo/live-helper/kde4live-iso-sid-amd64/config/common
Log:
* Sync with kde4live iso sid for i386.


Modified: people/fabo/live-helper/kde4live-iso-sid-amd64/config/binary
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/binary	2007-12-09 09:34:48 UTC (rev 8185)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/binary	2007-12-09 09:52:05 UTC (rev 8186)
@@ -1,5 +1,9 @@
 # config/binary - options for live-helper(7), binary stage
 
+# $LH_BINARY_FILESYSTEM: set image filesystem
+# (Default: fat16)
+LH_BINARY_FILESYSTEM="fat16"
+
 # $LH_BINARY_IMAGES: set image type
 # (Default: iso)
 LH_BINARY_IMAGES="iso"
@@ -10,7 +14,7 @@
 
 # $LH_BOOTAPPEND_LIVE: set boot parameters
 # (Default: empty)
-LH_BOOTAPPEND_LIVE="xdebconf keyb=en locale=en_US.UTF-8"
+LH_BOOTAPPEND_LIVE="quiet splash vga=791 xdebconf keyb=en locale=en_US.UTF-8"
 
 # $LH_BOOTAPPEND_INSTALL: set boot parameters
 # (Default: empty)
@@ -18,8 +22,12 @@
 
 # $LH_BOOTLOADER: set bootloader
 # (Default: syslinux)
-LH_BOOTLOADER="syslinux"
+LH_BOOTLOADER="grub"
 
+# $LH_CHECKSUMS: set checksums
+# (Default: enabled)
+LH_CHECKSUMS="enabled"
+
 # ${LH_CHROOT_BUILD: control if we build binary images chrooted
 # (Default: enabled)
 # DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to disabled.
@@ -50,8 +58,8 @@
 LH_ISO_APPLICATION="Debian Live"
 
 # $LH_ISO_PREPARER: set iso preparer
-# (Default: live-helper 1.0~a34; http://packages.qa.debian.org/live-helper)
-LH_ISO_PREPARER="live-helper 1.0~a34; http://packages.qa.debian.org/live-helper"
+# (Default: live-helper 1.0~a37; http://packages.qa.debian.org/live-helper)
+LH_ISO_PREPARER="live-helper 1.0~a37; http://packages.qa.debian.org/live-helper"
 
 # $LH_ISO_PUBLISHER: set iso preparer
 # (Default: Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org)
@@ -65,27 +73,43 @@
 # (Default: memtest86+)
 LH_MEMTEST="memtest86+"
 
-# $LH_NET_FILESYSTEM: set netboot filesystem
+# $LH_NET_ROOT_FILESYSTEM: set netboot filesystem
 # (Default: nfs)
-LH_NET_FILESYSTEM="nfs"
+LH_NET_ROOT_FILESYSTEM="nfs"
 
-# $LH_NET_MOUNTOPTIONS: set nfsopts
+# $LH_NET_ROOT_MOUNTOPTIONS: set nfsopts
 # (Default: empty)
-LH_NET_MOUNTOPTIONS=""
+LH_NET_ROOT_MOUNTOPTIONS=""
 
-# $LH_NET_PATH: set netboot server directory
+# $LH_NET_ROOT_PATH: set netboot server directory
 # (Default: /srv/debian-live)
-LH_NET_PATH="/srv/debian-live"
+LH_NET_ROOT_PATH="/srv/debian-live"
 
-# $LH_NET_SERVER: set netboot server address
+# $LH_NET_ROOT_SERVER: set netboot server address
 # (Default: 192.168.1.1)
-LH_NET_SERVER="192.168.1.1"
+LH_NET_ROOT_SERVER="192.168.1.1"
 
+# $LH_NET_COW_FILESYSTEM: set net client cow filesystem
+# (Default: nfs)
+LH_NET_COW_FILESYSTEM="nfs"
+
+# $LH_NET_COW_MOUNTOPTIONS: set cow mount options
+# (Default: empty)
+LH_NET_COW_MOUNTOPTIONS=""
+
+# $LH_NET_COW_PATH: set cow directory
+# (Default: )
+LH_NET_COW_PATH=""
+
+# $LH_NET_COW_SERVER: set cow server
+# (Default: )
+LH_NET_COW_SERVER=""
+
 # $LH_SYSLINUX_SPLASH: set custom syslinux splash
 # (Default: empty)
 LH_SYSLINUX_SPLASH=""
 
-# $LH_SYSLINUX_TIMEOUT: set custom syslinux timeout
+# $LH_SYSLINUX_TIMEOUT: set custom syslinux timeout in seconds
 # (Default: 0)
 LH_SYSLINUX_TIMEOUT="0"
 

Added: people/fabo/live-helper/kde4live-iso-sid-amd64/config/binary_grub/splash.xpm.gz
===================================================================
(Binary files differ)


Property changes on: people/fabo/live-helper/kde4live-iso-sid-amd64/config/binary_grub/splash.xpm.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: people/fabo/live-helper/kde4live-iso-sid-amd64/config/bootstrap
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/bootstrap	2007-12-09 09:34:48 UTC (rev 8185)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/bootstrap	2007-12-09 09:52:05 UTC (rev 8186)
@@ -17,19 +17,19 @@
 LH_BOOTSTRAP_EXCLUDE=""
 
 # $LH_BOOTSTRAP_FLAVOUR: select flavour to use
-# (Default: standard)
-LH_BOOTSTRAP_FLAVOUR="standard"
+# (Default: )
+LH_BOOTSTRAP_FLAVOUR=""
 
 # $LH_BOOTSTRAP_KEYRING: set distribution keyring
 # (Default: empty)
 LH_BOOTSTRAP_KEYRING=""
 
 # $LH_DISTRIBUTION: select distribution to use
-# (Default: sid)
+# (Default: lenny)
 LH_DISTRIBUTION="sid"
 
 # $LH_MIRROR_BOOTSTRAP: set mirror to fetch packages from
-# (Default: http://ftp.de.debian.org/debian/)
+# (Default: http://ftp.debian.org/debian/)
 LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
 
 # $LH_MIRROR_BOOTSTRAP_SECURITY: set security mirror to fetch packages from
@@ -37,7 +37,7 @@
 LH_MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/"
 
 # $LH_MIRROR_BINARY: set mirror which ends up in the image
-# (Default: http://ftp.de.debian.org/debian/)
+# (Default: http://ftp.debian.org/debian/)
 LH_MIRROR_BINARY="http://ftp.de.debian.org/debian/"
 
 # $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
@@ -45,5 +45,5 @@
 LH_MIRROR_BINARY_SECURITY="http://security.debian.org/"
 
 # $LH_SECTIONS: select section(s) to use
-# (Default: main contrib non-free)
+# (Default: main)
 LH_SECTIONS="main contrib non-free"

Modified: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot	2007-12-09 09:34:48 UTC (rev 8185)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot	2007-12-09 09:52:05 UTC (rev 8186)
@@ -5,8 +5,8 @@
 LH_CHROOT_FILESYSTEM="squashfs"
 
 # $LH_UNION_FILESYSTEM: set union filesystem
-# (Default: unionfs)
-LH_UNION_FILESYSTEM="unionfs"
+# (Default: aufs)
+LH_UNION_FILESYSTEM="aufs"
 
 # $LH_EXPOSED_ROOT: expose root as read only
 # (Default: disabled)
@@ -37,12 +37,12 @@
 LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6"
 
 # $LH_PACKAGES: set packages to install
-# (Default: openssh-server xdebconfigurator)
-LH_PACKAGES="openssh-server xdebconfigurator"
+# (Default: empty)
+LH_PACKAGES=""
 
 # $LH_PACKAGES_LISTS: set package list to install
-# (Default: standard-x11)
-LH_PACKAGES_LISTS="standard-x11"
+# (Default: standard)
+LH_PACKAGES_LISTS="standard"
 
 # $LH_TASKS: set tasks to install
 # (Default: empty)

Modified: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-hooks/01-install_extra_package.sh
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-hooks/01-install_extra_package.sh	2007-12-09 09:34:48 UTC (rev 8185)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-hooks/01-install_extra_package.sh	2007-12-09 09:52:05 UTC (rev 8186)
@@ -24,168 +24,152 @@
 apt-get update
 
 echo "I: install extra package"
-#apt-get install --yes linux-image-2.6.22-2-686
-#apt-get install --yes unionfs-modules-2.6.22-2-686
-#apt-get install --yes aufs-modules-2.6.22-2-686
-#apt-get install --yes squashfs-modules-2.6.22-2-686
-#apt-get install --yes live-initramfs
 
 # kde4 packages list
 
 # kdelibs
-apt-get install --yes kdelibs5
-apt-get install --yes kdelibs5-data
-apt-get install --yes kdelibs5-doc
-apt-get install --yes kdelibs-bin
+apt-get install --yes -t experimental kdelibs5
+apt-get install --yes -t experimental kdelibs5-data
+apt-get install --yes -t experimental kdelibs5-doc
+apt-get install --yes -t experimental kdelibs-bin
 #kdelibs5-dev
-#apt-get install --yes kdelibs5-dbg
+#apt-get install --yes -t experimental kdelibs5-dbg
 
 # kdepimlibs
-apt-get install --yes kdepimlibs5
-apt-get install --yes kdepimlibs-data
+apt-get install --yes -t experimental kdepimlibs5
+apt-get install --yes -t experimental kdepimlibs-data
 #kdepimlibs5-dev
-#apt-get install --yes kdepimlibs5-dbg
+#apt-get install --yes -t experimental kdepimlibs5-dbg
 
 # kdebase-runtime
-apt-get install --yes drkonqi
-apt-get install --yes kdebase-runtime
-apt-get install --yes kdebase-runtime-bin
-apt-get install --yes kdebase-runtime-data
-apt-get install --yes khelpcenter
-apt-get install --yes kde-icons-oxygen
-#apt-get install --yes kdebase-runtime-dbg
+apt-get install --yes -t experimental kdebase-runtime
+apt-get install --yes -t experimental kdebase-runtime-bin
+apt-get install --yes -t experimental kdebase-runtime-data
+apt-get install --yes -t experimental khelpcenter
+apt-get install --yes -t experimental kde-icons-oxygen
+#apt-get install --yes -t experimental kdebase-runtime-dbg
 
 # kdebase
-apt-get install --yes dolphin
-apt-get install --yes kappfinder
-apt-get install --yes kdebase
-apt-get install --yes kdebase-bin
-apt-get install --yes kdebase-data
-apt-get install --yes kdebase-kio-plugins
-apt-get install --yes kdepasswd
-apt-get install --yes kfind
-apt-get install --yes knetattach
-apt-get install --yes konqueror
-apt-get install --yes konqueror-nsplugins
-apt-get install --yes konsole
-apt-get install --yes kwrite
-apt-get install --yes libkonq5
+apt-get install --yes -t experimental dolphin
+apt-get install --yes -t experimental kappfinder
+apt-get install --yes -t experimental kdebase
+apt-get install --yes -t experimental kdebase-bin
+apt-get install --yes -t experimental kdebase-data
+apt-get install --yes -t experimental kdebase-kio-plugins
+apt-get install --yes -t experimental kdepasswd
+apt-get install --yes -t experimental kfind
+apt-get install --yes -t experimental knetattach
+apt-get install --yes -t experimental konqueror
+apt-get install --yes -t experimental konqueror-nsplugins
+apt-get install --yes -t experimental konsole
+apt-get install --yes -t experimental kwrite
+apt-get install --yes -t experimental libkonq5
 #kdebase-dev
 #libkonq5-dev
-#apt-get install --yes kdebase-dbg
+#apt-get install --yes -t experimental kdebase-dbg
 
 # kdebase-workspace
-apt-get install --yes kdebase-workspace
-apt-get install --yes kdebase-workspace-bin
-apt-get install --yes kdebase-workspace-data
-apt-get install --yes kdm
-apt-get install --yes klipper
-apt-get install --yes ksysguard
-apt-get install --yes ksysguardd
-apt-get install --yes kwin
-apt-get install --yes systemsettings
+apt-get install --yes -t experimental kdebase-workspace
+apt-get install --yes -t experimental kdebase-workspace-bin
+apt-get install --yes -t experimental kdebase-workspace-data
+apt-get install --yes -t experimental kdm
+apt-get install --yes -t experimental klipper
+apt-get install --yes -t experimental ksysguard
+apt-get install --yes -t experimental ksysguardd
+apt-get install --yes -t experimental kwin
+apt-get install --yes -t experimental systemsettings
 #kdebase-workspace-dev
-#apt-get install --yes kdebase-workspace-dbg
+#apt-get install --yes -t experimental kdebase-workspace-dbg
 
 # extragear-plasma
-apt-get install --yes extragear-plasma
-apt-get install --yes extragear-plasma-data
+apt-get install --yes -t experimental extragear-plasma
+apt-get install --yes -t experimental extragear-plasma-data
 #extragear-plasma-dbg
 
 # kdeedu
-apt-get install --yes blinken
-apt-get install --yes indi
-apt-get install --yes kalgebra
-apt-get install --yes kalzium
-apt-get install --yes kalzium-data
-apt-get install --yes kanagram
-apt-get install --yes kbruch
-apt-get install --yes kdeedu
-apt-get install --yes kdeedu-doc-html
-apt-get install --yes keduca
-apt-get install --yes kgeography
-apt-get install --yes kgeography-data
-apt-get install --yes khangman
-apt-get install --yes kig
-apt-get install --yes kiten
-apt-get install --yes klettres
-apt-get install --yes klettres-data
-apt-get install --yes kmplot
-apt-get install --yes kpercentage
-apt-get install --yes kstars
-apt-get install --yes kstars-data
-apt-get install --yes ktouch
-apt-get install --yes kturtle
-apt-get install --yes kwordquiz
-apt-get install --yes libkdeedu4
-apt-get install --yes libkiten1
-apt-get install --yes libmarble4
-apt-get install --yes marble
-apt-get install --yes marble-data
-apt-get install --yes parley
-apt-get install --yes parley-data
+apt-get install --yes -t experimental blinken
+apt-get install --yes -t experimental indi
+apt-get install --yes -t experimental kalgebra
+apt-get install --yes -t experimental kalzium
+apt-get install --yes -t experimental kalzium-data
+apt-get install --yes -t experimental kanagram
+apt-get install --yes -t experimental kbruch
+apt-get install --yes -t experimental kdeedu
+apt-get install --yes -t experimental kgeography
+apt-get install --yes -t experimental kgeography-data
+apt-get install --yes -t experimental khangman
+apt-get install --yes -t experimental kig
+apt-get install --yes -t experimental kiten
+apt-get install --yes -t experimental klettres
+apt-get install --yes -t experimental klettres-data
+apt-get install --yes -t experimental kmplot
+apt-get install --yes -t experimental kpercentage
+apt-get install --yes -t experimental kstars
+apt-get install --yes -t experimental kstars-data
+apt-get install --yes -t experimental ktouch
+apt-get install --yes -t experimental kturtle
+apt-get install --yes -t experimental kwordquiz
+apt-get install --yes -t experimental libkdeedu4
+apt-get install --yes -t experimental libkiten1
+apt-get install --yes -t experimental libmarble4
+apt-get install --yes -t experimental marble
+apt-get install --yes -t experimental marble-data
+apt-get install --yes -t experimental parley
+apt-get install --yes -t experimental parley-data
 #kdeedu-dbg
 #libkdeedu-dev
 #libkiten-dev
 #libmarble-dev
 
 # kdegames
-apt-get install --yes bovo
-apt-get install --yes katomic
-apt-get install --yes kbackgammon
-apt-get install --yes kbattleship
-apt-get install --yes kblackbox
-apt-get install --yes kbounce
-apt-get install --yes kdegames
-apt-get install --yes kdegames-card-data
-apt-get install --yes kdegames-doc-html
-apt-get install --yes kdegames-mahjongg-data
-apt-get install --yes kgoldrunner
-apt-get install --yes kiriki
-apt-get install --yes kjumpingcube
-apt-get install --yes klines
-apt-get install --yes kmahjongg
-apt-get install --yes kmines
-apt-get install --yes knetwalk
-apt-get install --yes kolf
-apt-get install --yes konquest
-apt-get install --yes kpat
-apt-get install --yes kreversi
-apt-get install --yes ksame
-apt-get install --yes kshisen
-apt-get install --yes kspaceduel
-apt-get install --yes ksquares
-apt-get install --yes ksudoku
-apt-get install --yes ktuberling
-apt-get install --yes kwin4
-apt-get install --yes libkdegames4
-apt-get install --yes lskat
+apt-get install --yes -t experimental bovo
+apt-get install --yes -t experimental katomic
+apt-get install --yes -t experimental kbackgammon
+apt-get install --yes -t experimental kbattleship
+apt-get install --yes -t experimental kblackbox
+apt-get install --yes -t experimental kbounce
+apt-get install --yes -t experimental kdegames
+apt-get install --yes -t experimental kdegames-card-data
+apt-get install --yes -t experimental kdegames-doc-html
+apt-get install --yes -t experimental kdegames-mahjongg-data
+apt-get install --yes -t experimental kgoldrunner
+apt-get install --yes -t experimental kiriki
+apt-get install --yes -t experimental kjumpingcube
+apt-get install --yes -t experimental klines
+apt-get install --yes -t experimental kmahjongg
+apt-get install --yes -t experimental kmines
+apt-get install --yes -t experimental knetwalk
+apt-get install --yes -t experimental kolf
+apt-get install --yes -t experimental konquest
+apt-get install --yes -t experimental kpat
+apt-get install --yes -t experimental kreversi
+apt-get install --yes -t experimental ksame
+apt-get install --yes -t experimental kshisen
+apt-get install --yes -t experimental kspaceduel
+apt-get install --yes -t experimental ksquares
+apt-get install --yes -t experimental ksudoku
+apt-get install --yes -t experimental ktuberling
+apt-get install --yes -t experimental kwin4
+apt-get install --yes -t experimental libkdegames4
+apt-get install --yes -t experimental lskat
 #kdegames-dbg
 #libkdegames-dev
 
 # kdegraphics
-apt-get install --yes gwenview
-apt-get install --yes kamera
-apt-get install --yes kcolorchooser
-apt-get install --yes kdegraphics
-apt-get install --yes kdegraphics-strigi-plugins
-apt-get install --yes kolourpaint4
-apt-get install --yes kruler
-apt-get install --yes kscan
-apt-get install --yes ksnapshot
-apt-get install --yes libokularcore1
-apt-get install --yes okular
-apt-get install --yes okular-extra-backends
+apt-get install --yes -t experimental gwenview
+apt-get install --yes -t experimental kamera
+apt-get install --yes -t experimental kcolorchooser
+apt-get install --yes -t experimental kdegraphics
+apt-get install --yes -t experimental kdegraphics-strigi-plugins
+apt-get install --yes -t experimental kolourpaint4
+apt-get install --yes -t experimental kruler
+apt-get install --yes -t experimental kscan
+apt-get install --yes -t experimental ksnapshot
+apt-get install --yes -t experimental libokularcore1
+apt-get install --yes -t experimental okular
+apt-get install --yes -t experimental okular-extra-backends
 #okular-dev
 
-apt-get install --yes desktop-base
-
-#dpkg -i --force-all ${LOCALREPO}/linux-image-2.6.22-3-amd64_2.6.22-5_amd64.deb
-dpkg -i --force-all ${LOCALREPO}/unionfs-modules-2.6.22-3-amd64_2.6.22+1.4+debian-5_amd64.deb
-#dpkg -i --force-all ${LOCALREPO}/aufs-modules-2.6.22-3-amd64_2.6.22+0+20070924-5_amd64.deb
-dpkg -i --force-all ${LOCALREPO}/squashfs-modules-2.6.22-3-amd64_2.6.22+3.2r2-5_amd64.deb
-dpkg -i --force-all ${LOCALREPO}/live-initramfs_1.110.4-1_all.deb
-
 echo "I: remove extra package"
 #apt-get remove --yes --purge \
 #                             dpkg-dev \

Deleted: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-hooks/02-remove_pulseaudio_xine_plugin.sh

Added: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/etc/splashy/config.xml
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/etc/splashy/config.xml	                        (rev 0)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/etc/splashy/config.xml	2007-12-09 09:52:05 UTC (rev 8186)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Automatically generated by splashy_config. Do not edit -->
+<splashy>
+    <!-- themes directory: conventional path /etc/splashy/themes -->
+    <themes>/etc/splashy/themes</themes>
+    <!-- current theme could be relative the themes defined above or full path -->
+    <current_theme>debian-moreblue</current_theme>
+    <!-- full path to theme to fall back in case of problems. DO NOT CHANGE -->
+    <default_theme>/etc/splashy/themes/default</default_theme>
+    <pid>/etc/splashy/splashy.pid</pid>
+</splashy>

Deleted: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/root/localrepo/aufs-modules-2.6.22-3-amd64_2.6.22+0+20070924-5_amd64.deb

Deleted: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/root/localrepo/live-initramfs_1.110.4-1_all.deb

Deleted: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/root/localrepo/squashfs-modules-2.6.22-3-amd64_2.6.22+3.2r2-5_amd64.deb

Deleted: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-includes/root/localrepo/unionfs-modules-2.6.22-3-amd64_2.6.22+1.4+debian-5_amd64.deb

Added: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-packageslists/kde4
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-packageslists/kde4	                        (rev 0)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_local-packageslists/kde4	2007-12-09 09:52:05 UTC (rev 8186)
@@ -0,0 +1,10 @@
+#<include> standard-x11
+
+dbus-x11
+desktop-base
+splashy
+splashy-themes
+xdebconfigurator
+
+virtualbox-ose-guest-utils
+virtualbox-ose-modules-2.6.22-3-amd64

Added: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_sources/experimental.binary
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_sources/experimental.binary	                        (rev 0)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_sources/experimental.binary	2007-12-09 09:52:05 UTC (rev 8186)
@@ -0,0 +1,2 @@
+deb http://ftp.de.debian.org/debian/ experimental main contrib non-free
+deb-src http://ftp.de.debian.org/debian/ experimental main contrib non-free

Added: people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_sources/experimental.bootstrap
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_sources/experimental.bootstrap	                        (rev 0)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/chroot_sources/experimental.bootstrap	2007-12-09 09:52:05 UTC (rev 8186)
@@ -0,0 +1,2 @@
+deb http://ftp.de.debian.org/debian/ experimental main contrib non-free
+deb-src http://ftp.de.debian.org/debian/ experimental main contrib non-free

Modified: people/fabo/live-helper/kde4live-iso-sid-amd64/config/common
===================================================================
--- people/fabo/live-helper/kde4live-iso-sid-amd64/config/common	2007-12-09 09:34:48 UTC (rev 8185)
+++ people/fabo/live-helper/kde4live-iso-sid-amd64/config/common	2007-12-09 09:52:05 UTC (rev 8186)
@@ -22,7 +22,7 @@
 
 # $LH_APT_RECOMMENDS: set apt/aptitude recommends
 # (Default: enabled)
-LH_APT_RECOMMENDS="enabled"
+LH_APT_RECOMMENDS="disabled"
 
 # $LH_APT_SECURE: set apt/aptitude security
 # (Default: enabled)
@@ -64,6 +64,10 @@
 # (Default: auto)
 LH_INITRAMFS="auto"
 
+# $LH_FDISK: set fdisk program
+# (Default: autodetected)
+LH_FDISK="fdisk"
+
 # $LH_LOSETUP: set losetup program
 # (Default: autodetected)
 LH_LOSETUP="losetup"
@@ -76,6 +80,10 @@
 # (Default: empty)
 #LH_ROOT_COMMAND="sudo"
 
+# $LH_USE_FAKEROOT: use fakeroot/fakechroot
+# (Default: disabled)
+LH_USE_FAKEROOT="disabled"
+
 # $LH_TASKSEL: set tasksel program
 # (Default: aptitude)
 LH_TASKSEL="aptitude"




More information about the pkg-kde-commits mailing list