r2867 - configs/gnome-junior/config
synrg at alioth.debian.org
synrg at alioth.debian.org
Mon Sep 17 11:38:43 UTC 2007
Author: synrg
Date: 2007-09-17 11:38:43 +0000 (Mon, 17 Sep 2007)
New Revision: 2867
Added:
configs/gnome-junior/config/binary
configs/gnome-junior/config/binary_local-debs/
configs/gnome-junior/config/binary_local-hooks/
configs/gnome-junior/config/binary_local-udebs/
configs/gnome-junior/config/binary_rootfs/
configs/gnome-junior/config/includes/
configs/gnome-junior/config/source
configs/gnome-junior/config/templates/
Removed:
configs/gnome-junior/config/image
Log:
Finish upgrade/restructuring
Copied: configs/gnome-junior/config/binary (from rev 2864, configs/gnome-junior/config/image)
===================================================================
--- configs/gnome-junior/config/binary (rev 0)
+++ configs/gnome-junior/config/binary 2007-09-17 11:38:43 UTC (rev 2867)
@@ -0,0 +1,90 @@
+# 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: set boot parameters
+# (Default: empty)
+LH_BOOTAPPEND=""
+
+# $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: enabled)
+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-jr)
+LH_HOSTNAME="debian-jr"
+
+# $LH_ISO_APPLICATION: set iso author
+# (Default: Debian Jr. Live)
+LH_ISO_APPLICATION="Debian Jr. Live"
+
+# $LH_ISO_PREPARER: set iso preparer
+# (Default: live-helper 1.0~a24; http://packages.qa.debian.org/live-helper)
+LH_ISO_PREPARER="live-helper 1.0~a24; http://packages.qa.debian.org/live-helper"
+
+# $LH_ISO_PUBLISHER: set iso preparer
+# (Default: Debian Jr. project; http://www.debian.org/devel/debian-jr; debian-jr at lists.debian.org)
+LH_ISO_PUBLISHER="Debian Jr. project; http://www.debian.org/devel/debian-jr; debian-jr at lists.debian.org"
+
+# $LH_ISO_VOLUME: set iso volume (max 32 chars)
+# (Default: Debian Jr. Live 20070831)
+LH_ISO_VOLUME="Debian Jr. Live 20070831"
+
+# $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_USERNAME: set username
+# (Default: user)
+LH_USERNAME="user"
Deleted: configs/gnome-junior/config/image
===================================================================
--- configs/gnome-junior/config/image 2007-09-17 11:33:34 UTC (rev 2866)
+++ configs/gnome-junior/config/image 2007-09-17 11:38:43 UTC (rev 2867)
@@ -1,69 +0,0 @@
-# config/chroot: configuration for lh_image_*
-
-# $LIVE_BOOTAPPEND: set boot parameters
-# (Default: empty)
-LIVE_BOOTAPPEND=""
-
-# $LIVE_ENCRYPTION: set encrytion
-# (Default: empty)
-LIVE_ENCRYPTION=""
-
-# $LIVE_USERNAME: set username
-# (Default: user)
-LIVE_USERNAME="user"
-
-# $LIVE_HOSTNAME: set hostname
-# (Default: debian)
-LIVE_HOSTNAME="debian"
-
-# $LIVE_FILESYSTEM: set filesystem
-# (Default: squashfs)
-LIVE_FILESYSTEM="squashfs"
-
-# $LIVE_MEMTEST: set memtest
-# (Default: memtest86+)
-LIVE_MEMTEST="memtest86+"
-
-# $LIVE_ISO_VOLUME: set iso volume
-# (Default: Debian Jr. Live 20070329)
-LIVE_ISO_VOLUME="Debian Jr. Live 20070329"
-
-# $LIVE_SERVER_ADDRESS: set the netboot server address
-# (Default: 192.168.1.1)
-LIVE_SERVER_ADDRESS="192.168.1.1"
-
-# $LIVE_SERVER_PATH: set the netboot server directory
-# (Default: /srv/debian-live)
-LIVE_SERVER_PATH="/srv/debian-live"
-
-# $LIVE_SOURCE: set source option
-# (Default: )
-LIVE_SOURCE="disabled"
-
-# $LIVE_BOOTLOADER: set bootloader
-# (Default: syslinux)
-LIVE_BOOTLOADER="syslinux"
-
-# $LIVE_GRUB_SPLASH: set custom grub splash
-# (Default: empty)
-LIVE_GRUB_SPLASH=""
-
-# $LIVE_SYSLINUX_SPLASH: set custom syslinux splash
-# (Default: empty)
-LIVE_SYSLINUX_SPLASH=""
-
-# $LIVE_BINARY_IMAGE: set image type
-# (Default: usb)
-LIVE_BINARY_IMAGE="usb"
-
-# $LIVE_SOURCE_IMAGE: set image type
-# (Default: iso)
-LIVE_SOURCE_IMAGE="iso"
-
-# $LIVE_INCLUDES: set includes
-# (Default: /usr/share/live-helper/includes)
-LIVE_INCLUDES="/usr/share/live-helper/includes"
-
-# $LIVE_TEMPLATES: set templates
-# (Default: /usr/share/live-helper/templates)
-LIVE_TEMPLATES="/usr/share/live-helper/templates"
Added: configs/gnome-junior/config/source
===================================================================
--- configs/gnome-junior/config/source (rev 0)
+++ configs/gnome-junior/config/source 2007-09-17 11:38:43 UTC (rev 2867)
@@ -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: generic)
+LH_SOURCE_IMAGES="generic"
More information about the debian-live-changes
mailing list