rev 7434 - in people: . fabo fabo/live-helper fabo/live-helper/iso-sid-kde4 fabo/live-helper/iso-sid-kde4/config fabo/live-helper/iso-sid-kde4/config/chroot_local-hooks fabo/live-helper/iso-sid-kde4/config/chroot_local-includes fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo

Fathi Boudra fboudra-guest at alioth.debian.org
Sat Oct 13 10:10:54 UTC 2007


Author: fboudra-guest
Date: 2007-10-13 10:10:54 +0000 (Sat, 13 Oct 2007)
New Revision: 7434

Added:
   people/fabo/
   people/fabo/live-helper/
   people/fabo/live-helper/iso-sid-kde4/
   people/fabo/live-helper/iso-sid-kde4/config/
   people/fabo/live-helper/iso-sid-kde4/config/binary
   people/fabo/live-helper/iso-sid-kde4/config/binary_debian-installer/
   people/fabo/live-helper/iso-sid-kde4/config/binary_grub/
   people/fabo/live-helper/iso-sid-kde4/config/binary_local-debs/
   people/fabo/live-helper/iso-sid-kde4/config/binary_local-hooks/
   people/fabo/live-helper/iso-sid-kde4/config/binary_local-includes/
   people/fabo/live-helper/iso-sid-kde4/config/binary_local-udebs/
   people/fabo/live-helper/iso-sid-kde4/config/binary_rootfs/
   people/fabo/live-helper/iso-sid-kde4/config/binary_syslinux/
   people/fabo/live-helper/iso-sid-kde4/config/bootstrap
   people/fabo/live-helper/iso-sid-kde4/config/chroot
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-hooks/
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-hooks/01-install_extra_package.sh
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/aufs-modules-2.6.22-2-686_0+20070924-2+2.6.22-4_i386.deb
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/live-initramfs_1.110.1-1_all.deb
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/squashfs-modules-2.6.22-2-686_3.2r2-8+2.6.22-4_i386.deb
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/unionfs-modules-2.6.22-2-686_1.4+debian-7+2.6.22-4_i386.deb
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-packages/
   people/fabo/live-helper/iso-sid-kde4/config/chroot_local-packageslists/
   people/fabo/live-helper/iso-sid-kde4/config/chroot_sources/
   people/fabo/live-helper/iso-sid-kde4/config/common
   people/fabo/live-helper/iso-sid-kde4/config/includes/
   people/fabo/live-helper/iso-sid-kde4/config/source
   people/fabo/live-helper/iso-sid-kde4/config/templates/
Log:
* Add my live-helper base config.
  It can be customized using the install_extra_package hook,
  then drop your debs in chroot_local-includes/root/localrepo.


Added: people/fabo/live-helper/iso-sid-kde4/config/binary
===================================================================
--- people/fabo/live-helper/iso-sid-kde4/config/binary	                        (rev 0)
+++ people/fabo/live-helper/iso-sid-kde4/config/binary	2007-10-13 10:10:54 UTC (rev 7434)
@@ -0,0 +1,114 @@
+# config/binary - options for live-helper(7), binary stage
+
+# $LH_BINARY_IMAGES: set image type
+# (Default: iso)
+LH_BINARY_IMAGES="iso"
+
+# $LH_BINARY_INDICES: set apt/aptitude generic indices
+# (Default: enabled)
+LH_BINARY_INDICES="enabled"
+
+# $LH_BOOTAPPEND_LIVE: set boot parameters
+# (Default: empty)
+LH_BOOTAPPEND_LIVE="xdebconf keyb=fr locale=fr_FR.UTF-8 timezone=Europe/Paris"
+
+# $LH_BOOTAPPEND_INSTALL: set boot parameters
+# (Default: empty)
+LH_BOOTAPPEND_INSTALL="-- ${LH_BOOTAPPEND_LIVE}"
+
+# $LH_BOOTLOADER: set bootloader
+# (Default: syslinux)
+LH_BOOTLOADER="syslinux"
+
+# ${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.
+LH_CHROOT_BUILD="enabled"
+
+# $LH_DEBIAN_INSTALLER: set debian-installer
+# (Default: disabled)
+LH_DEBIAN_INSTALLER="disabled"
+
+# $LH_DEBIAN_INSTALLER_DAILY: set daily images
+# (Default: disabled)
+LH_DEBIAN_INSTALLER_DAILY="disabled"
+
+# $LH_ENCRYPTION: set encrytion
+# (Default: empty)
+LH_ENCRYPTION=""
+
+# $LH_GRUB_SPLASH: set custom grub splash
+# (Default: empty)
+LH_GRUB_SPLASH=""
+
+# $LH_HOSTNAME: set hostname
+# (Default: debian)
+LH_HOSTNAME="debian"
+
+# $LH_ISO_APPLICATION: set iso author
+# (Default: Debian Live)
+LH_ISO_APPLICATION="Debian Live"
+
+# $LH_ISO_PREPARER: set iso preparer
+# (Default: live-helper 1.0~a31; http://packages.qa.debian.org/live-helper)
+LH_ISO_PREPARER="live-helper 1.0~a31; 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)
+LH_ISO_PUBLISHER="Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org"
+
+# $LH_ISO_VOLUME: set iso volume (max 32 chars)
+# (Default: Debian Live $(date +%Y%m%d-%H:%M))
+LH_ISO_VOLUME="Debian Live $(date +%Y%m%d-%H:%M)"
+
+# $LH_MEMTEST: set memtest
+# (Default: memtest86+)
+LH_MEMTEST="memtest86+"
+
+# $LH_NET_FILESYSTEM: set netboot filesystem
+# (Default: nfs)
+LH_NET_FILESYSTEM="nfs"
+
+# $LH_NET_MOUNTOPTIONS: set nfsopts
+# (Default: empty)
+LH_NET_MOUNTOPTIONS=""
+
+# $LH_NET_PATH: set netboot server directory
+# (Default: /srv/debian-live)
+LH_NET_PATH="/srv/debian-live"
+
+# $LH_NET_SERVER: set netboot server address
+# (Default: 192.168.1.1)
+LH_NET_SERVER="192.168.1.1"
+
+# $LH_SYSLINUX_SPLASH: set custom syslinux splash
+# (Default: empty)
+LH_SYSLINUX_SPLASH=""
+
+# $LH_SYSLINUX_TIMEOUT: set custom syslinux timeout
+# (Default: 0)
+LH_SYSLINUX_TIMEOUT="0"
+
+# $LH_SYSLINUX_CFG: set custom syslinux configuration file
+# (Default: empty)
+LH_SYSLINUX_CFG=""
+
+# $LH_SYSLINUX_MENU: set syslinux menu
+# (Default: disabled)
+LH_SYSLINUX_MENU="disabled"
+
+# $LH_SYSLINUX_MENU_LIVE_ENTRY: set text to be used on the menu for live entries
+# (Default: Start Debian Live)
+LH_SYSLINUX_MENU_LIVE_ENTRY="Start Debian Live"
+
+# $LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY: set text to be used on the menu for live entries (failsafe ones)
+# (Default: )
+LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY=""
+
+# $LH_SYSLINUX_MENU_MEMTEST_ENTRY: set text to be used on the menu for memtest entry
+# (Default: Memory test)
+LH_SYSLINUX_MENU_MEMTEST_ENTRY="Memory test"
+
+# $LH_USERNAME: set username
+# (Default: user)
+LH_USERNAME="user"

Added: people/fabo/live-helper/iso-sid-kde4/config/bootstrap
===================================================================
--- people/fabo/live-helper/iso-sid-kde4/config/bootstrap	                        (rev 0)
+++ people/fabo/live-helper/iso-sid-kde4/config/bootstrap	2007-10-13 10:10:54 UTC (rev 7434)
@@ -0,0 +1,49 @@
+# config/bootstrap - options for live-helper(7), bootstrap stage
+
+# $LH_ARCHITECTURE: select chroot architecture
+# (Default: autodetected)
+LH_ARCHITECTURE="i386"
+
+# $LH_BOOTSTRAP_CONFIG: set distribution config directory
+# (Default: empty)
+LH_BOOTSTRAP_CONFIG=""
+
+# $LH_BOOTSTRAP_INCLUDE: include packages on base
+# (Default: empty)
+LH_BOOTSTRAP_INCLUDE=""
+
+# $LH_BOOTSTRAP_EXCLUDE: exclude packages on base
+# (Default: empty)
+LH_BOOTSTRAP_EXCLUDE=""
+
+# $LH_BOOTSTRAP_FLAVOUR: select flavour to use
+# (Default: standard)
+LH_BOOTSTRAP_FLAVOUR="standard"
+
+# $LH_BOOTSTRAP_KEYRING: set distribution keyring
+# (Default: empty)
+LH_BOOTSTRAP_KEYRING=""
+
+# $LH_DISTRIBUTION: select distribution to use
+# (Default: sid)
+LH_DISTRIBUTION="sid"
+
+# $LH_MIRROR_BOOTSTRAP: set mirror to fetch packages from
+# (Default: http://ftp.de.debian.org/debian/)
+LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
+
+# $LH_MIRROR_BOOTSTRAP_SECURITY: set security mirror to fetch packages from
+# (Default: http://security.debian.org/)
+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/)
+LH_MIRROR_BINARY="http://ftp.de.debian.org/debian/"
+
+# $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
+# (Default: http://security.debian.org/)
+LH_MIRROR_BINARY_SECURITY="http://security.debian.org/"
+
+# $LH_SECTIONS: select section(s) to use
+# (Default: main contrib non-free)
+LH_SECTIONS="main contrib non-free"

Added: people/fabo/live-helper/iso-sid-kde4/config/chroot
===================================================================
--- people/fabo/live-helper/iso-sid-kde4/config/chroot	                        (rev 0)
+++ people/fabo/live-helper/iso-sid-kde4/config/chroot	2007-10-13 10:10:54 UTC (rev 7434)
@@ -0,0 +1,57 @@
+# config/chroot - options for live-helper(7), chroot stage
+
+# $LH_CHROOT_FILESYSTEM: set chroot filesystem
+# (Default: squashfs)
+LH_CHROOT_FILESYSTEM="squashfs"
+
+# $LH_UNION_FILESYSTEM: set union filesystem
+# (Default: unionfs)
+LH_UNION_FILESYSTEM="unionfs"
+
+# $LH_HOOKS: set hook commands
+# (Default: empty)
+LH_HOOKS=""
+
+# $LH_INTERACTIVE: set interactive build
+# (Default: disabled)
+LH_INTERACTIVE="disabled"
+
+# $LH_KEYRING_PACKAGES: set keyring packages
+# (Default: empty)
+LH_KEYRING_PACKAGES=""
+
+# $LH_LANGUAGE: set language to use
+# (Default: empty)
+LH_LANGUAGE="en"
+
+# $LH_LINUX_FLAVOURS: set kernel flavour to use
+# (Default: autodetected)
+LH_LINUX_FLAVOURS="686"
+
+# $LH_LINUX_PACKAGES: set kernel packages to use
+# (Default: autodetected)
+LH_LINUX_PACKAGES="linux-image-2.6 unionfs-modules-2.6 squashfs-modules-2.6"
+
+# $LH_PACKAGES: set packages to install
+# (Default: xdebconfigurator)
+LH_PACKAGES="xdebconfigurator"
+
+# $LH_PACKAGES_LISTS: set package list to install
+# (Default: standard-x11)
+LH_PACKAGES_LISTS="standard-x11"
+
+# $LH_TASKS: set tasks to install
+# (Default: empty)
+LH_TASKS=""
+
+# $LH_SECURITY: enable security updates
+# (Default: enabled)
+LH_SECURITY="enabled"
+
+# $LH_SYMLINKS: enable symlink convertion
+# (Default: disabled)
+LH_SYMLINKS="disabled"
+
+# $LH_SYSVINIT: enable sysvinit
+# (Default: disabled)
+LH_SYSVINIT="disabled"

Added: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-hooks/01-install_extra_package.sh
===================================================================
--- people/fabo/live-helper/iso-sid-kde4/config/chroot_local-hooks/01-install_extra_package.sh	                        (rev 0)
+++ people/fabo/live-helper/iso-sid-kde4/config/chroot_local-hooks/01-install_extra_package.sh	2007-10-13 10:10:54 UTC (rev 7434)
@@ -0,0 +1,48 @@
+#!/bin/sh
+
+silent() {
+    $@ &> /dev/null
+}
+
+echo "I: run apt-get update"
+apt-get update
+
+echo "I: install dpkg-dev package (dpkg-scanpackages)"
+apt-get install --yes dpkg-dev
+
+echo "I: update local repository packages"
+export LOCALREPO="${HOME}/localrepo"
+mkdir -p ${LOCALREPO}
+silent pushd ${LOCALREPO}
+dpkg-scanpackages . /dev/null > Packages 2>/dev/null
+silent popd
+
+echo "I: add ${LOCALREPO} in sources.list"
+echo "deb file://${LOCALREPO} ./" >> /etc/apt/sources.list
+
+echo "I: run apt-get update"
+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
+
+#dpkg -i --force-all ${LOCALREPO}/linux-image-2.6.22-2-686_2.6.22-4_i386.deb
+dpkg -i --force-all ${LOCALREPO}/unionfs-modules-2.6.22-2-686_1.4+debian-7+2.6.22-4_i386.deb
+#dpkg -i --force-all ${LOCALREPO}/aufs-modules-2.6.22-2-686_0+20070924-2+2.6.22-4_i386.deb
+dpkg -i --force-all ${LOCALREPO}/squashfs-modules-2.6.22-2-686_3.2r2-8+2.6.22-4_i386.deb
+dpkg -i --force-all ${LOCALREPO}/live-initramfs_1.110.1-1_all.deb
+
+echo "I: remove extra package"
+#apt-get remove --yes --purge \
+#                             dpkg-dev \
+#                             binutils \
+#                             make \
+#                             patch
+
+echo "I: clean up local repository"
+rm -rf ${LOCALREPO}
+


Property changes on: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-hooks/01-install_extra_package.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/aufs-modules-2.6.22-2-686_0+20070924-2+2.6.22-4_i386.deb
===================================================================
(Binary files differ)


Property changes on: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/aufs-modules-2.6.22-2-686_0+20070924-2+2.6.22-4_i386.deb
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/live-initramfs_1.110.1-1_all.deb
===================================================================
(Binary files differ)


Property changes on: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/live-initramfs_1.110.1-1_all.deb
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/squashfs-modules-2.6.22-2-686_3.2r2-8+2.6.22-4_i386.deb
===================================================================
(Binary files differ)


Property changes on: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/squashfs-modules-2.6.22-2-686_3.2r2-8+2.6.22-4_i386.deb
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/unionfs-modules-2.6.22-2-686_1.4+debian-7+2.6.22-4_i386.deb
===================================================================
(Binary files differ)


Property changes on: people/fabo/live-helper/iso-sid-kde4/config/chroot_local-includes/root/localrepo/unionfs-modules-2.6.22-2-686_1.4+debian-7+2.6.22-4_i386.deb
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: people/fabo/live-helper/iso-sid-kde4/config/common
===================================================================
--- people/fabo/live-helper/iso-sid-kde4/config/common	                        (rev 0)
+++ people/fabo/live-helper/iso-sid-kde4/config/common	2007-10-13 10:10:54 UTC (rev 7434)
@@ -0,0 +1,115 @@
+# config/common - common options for live-helper(7)
+
+# $LH_APT: set package manager
+# (Default: aptitude)
+LH_APT="aptitude"
+
+# $LH_APT_FTP_PROXY: set apt/aptitude ftp proxy
+# (Default: autodetected or empty)
+LH_APT_FTP_PROXY=""
+
+# $LH_APT_HTTP_PROXY: set apt/aptitude http proxy
+# (Default: autodetected or empty)
+LH_APT_HTTP_PROXY=""
+
+# $LH_APT_PDIFFS: set apt/aptitude pdiff indices
+# (Default: enabled)
+LH_APT_PDIFFS="enabled"
+
+# $LH_APT_PIPELINE: set apt/aptitude pipeline depth
+# (Default: )
+LH_APT_PIPELINE=""
+
+# $LH_APT_RECOMMENDS: set apt/aptitude recommends
+# (Default: enabled)
+LH_APT_RECOMMENDS="enabled"
+
+# $LH_APT_SECURE: set apt/aptitude security
+# (Default: enabled)
+LH_APT_SECURE="enabled"
+
+# $LH_BOOTSTRAP: set bootstrap program
+# (Default: cdebootstrap)
+LH_BOOTSTRAP="cdebootstrap"
+
+# $LH_CACHE: control cache
+# (Default: enabled)
+LH_CACHE="enabled"
+
+# $LH_CACHE_INDICES: control if downloaded package indices should be cached
+# (Default: disabled)
+LH_CACHE_INDICES="disabled"
+
+# $LH_CACHE_PACKAGES: control if downloaded packages files should be cached
+# (Default: enabled)
+LH_CACHE_PACKAGES="enabled"
+
+# $LH_CACHE_STAGES: control if completed stages should be cached
+# (Default: bootstrap)
+LH_CACHE_STAGES="bootstrap"
+
+# $LH_DEBCONF_FRONTEND: set debconf(1) frontend to use
+# (Default: noninteractive)
+LH_DEBCONF_FRONTEND="noninteractive"
+
+# $LH_DEBCONF_NOWARNINGS: set debconf(1) warnings
+# (Default: yes)
+LH_DEBCONF_NOWARNINGS="yes"
+
+# $LH_DEBCONF_PRIORITY: set debconf(1) priority to use
+# (Default: critical)
+LH_DEBCONF_PRIORITY="critical"
+
+# $LH_GENISOIMAGE: set genisoimage program
+# (Default: genisoimage)
+LH_GENISOIMAGE="genisoimage"
+
+# $LH_INITRAMFS: set initramfs hook
+# (Default: auto)
+LH_INITRAMFS="auto"
+
+# $LH_LOSETUP: set losetup program
+# (Default: autodetected)
+LH_LOSETUP="losetup.orig"
+
+# $LH_MODE: set distribution mode
+# (Default: debian)
+LH_MODE="debian"
+
+# $LH_ROOT_COMMAND: use sudo or equivalent
+# (Default: empty)
+#LH_ROOT_COMMAND="sudo"
+
+# $LH_TASKSEL: set tasksel program
+# (Default: aptitude)
+LH_TASKSEL="aptitude"
+
+# $LH_INCLUDES: set includes
+# (Default: /usr/share/live-helper/includes)
+LH_INCLUDES="/usr/share/live-helper/includes"
+
+# $LH_TEMPLATES: set templates
+# (Default: /usr/share/live-helper/templates)
+LH_TEMPLATES="/usr/share/live-helper/templates"
+
+# Live-helper options
+
+# $LH_BREAKPOINTS: enable breakpoints
+# (Default: disabled)
+#LH_BREAKPOINTS="disabled"
+
+# $LH_DEBUG: enable debug
+# (Default: disabled)
+#LH_DEBUG="disabled"
+
+# $LH_FORCE: enable force
+# (Default: disabled)
+#LH_FORCE="disabled"
+
+# $LH_QUIET: enable quiet
+# (Default: disabled)
+LH_QUIET="disabled"
+
+# $LH_VERBOSE: enable verbose
+# (Default: disabled)
+#LH_VERBOSE="disabled"

Added: people/fabo/live-helper/iso-sid-kde4/config/source
===================================================================
--- people/fabo/live-helper/iso-sid-kde4/config/source	                        (rev 0)
+++ people/fabo/live-helper/iso-sid-kde4/config/source	2007-10-13 10:10:54 UTC (rev 7434)
@@ -0,0 +1,9 @@
+# config/source - options for live-helper(7), source stage
+
+# $LH_SOURCE: set source option
+# (Default: disabled)
+LH_SOURCE="disabled"
+
+# $LH_SOURCE_IMAGES: set image type
+# (Default: tar)
+LH_SOURCE_IMAGES="tar"




More information about the pkg-kde-commits mailing list