[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#569733: maybe a life-helper bug ?



Package: live-magic
Version: 1.9
Severity: normal

After running:
# lh build                                            
W: You have selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and LH_DEBIAN_INSTALLER which will result in 'bootstrap' packages not being cached. This configuration is potentially unsafe as the bootstrap packages are re-used when integrating the Debian Installer.                                                                                                           
P: Setting up cleanup function                                                                                                  
P: Begin caching bootstrap stage...                                                                                             
P: Begin bootstrapping system...                                                                                                
W: skipping bootstrap                                                                                                           
P: Begin caching bootstrap stage...                                                                                             
P: Begin unmounting filesystems...                                                                                              
P: Setting up cleanup function                                                                                                  
P: Begin caching chroot stage...                                                                                                
P: Begin mounting /dev/pts...                                                                                                   
W: skipping chroot_devpts                                                                                                       
P: Begin mounting /proc...                                                                                                      
W: skipping chroot_proc                                                                                                         
P: Begin mounting /sys...                                                                                                       
W: skipping chroot_sysfs                                                                                                        
P: Configuring file /etc/debian_chroot                                                                                          
P: Configuring file /sbin/start-stop-daemon                                                                                     
P: Configuring file /usr/sbin/policy-rc.d                                                                                       
W: skipping chroot_sysv-rc                                                                                                      
P: Configuring file /etc/hosts                                                                                                  
W: skipping chroot_hosts                                                                                                        
P: Configuring file /etc/resolv.conf                                                                                            
W: skipping chroot_resolv                                                                                                       
P: Configuring file /etc/hostname                                                                                               
W: skipping chroot_hostname                                                                                                     
P: Configuring file /etc/apt/apt.conf                                                                                           
W: skipping chroot_apt                                                                                                          
P: Configuring file /etc/apt/sources.list                                                                                       
W: skipping chroot_sources                                                                                                      
P: Configuring file /etc/kernel-img.conf                                                                                        
P: Begin executing preseed...                                                                                                   
P: Begin executing local preseeds...                                                                                            
P: Begin installing tasks...                                                                                                    
P: Begin queueing installation of packages lists...                                                                             
W: skipping chroot_packageslists                                                                                                
P: Begin queueing installation of local packages lists...                                                                       
P: Begin queueing installation of packages...                                                                                   
P: Begin queueing installation of local packages...                                                                             
P: Begin installing packages...                                                                                                 
W: skipping chroot_install-packages                                                                                             
P: Begin installing localization packages...                                                                                    
W: skipping chroot_localization                                                                                                 
P: Begin copying chroot local includes...                                                                                       
P: Begin applying chroot local patches...                                                                                       
P: Configuring package sysvinit                                                                                                 
P: Begin executing local hooks...                                                                                               
P: Begin executing hooks...                                                                                                     
P: Begin executing hacks...                                                                                                     
W: skipping chroot_hacks                                                                                                        
P: Deconfiguring file /etc/kernel-img.conf                                                                                      
P: Deconfiguring file /etc/apt/sources.list                                                                                     
Get:1 http://security.debian.org lenny/updates Release.gpg [835B]                                                               
Get:2 http://security.debian.org lenny/updates Release [40.8kB]                                                                 
Get:3 http://security.debian.org lenny/updates/main Packages [276kB]                                                            
Get:4 http://cdn.debian.net lenny Release.gpg [1033B]                                                                           
Get:5 http://cdn.debian.net lenny Release [73.8kB]                                                                              
Get:6 http://cdn.debian.net lenny/main Packages [5196kB]                                                                        
Fetched 5589kB in 12s (439kB/s)                                                                                                 
Reading package lists... Done                                                                                                   
P: Deconfiguring file /etc/apt/apt.conf                                                                                         
P: Deconfiguring file /etc/hostname                                                                                             
P: Deconfiguring file /bin/hostname                                                                                             
P: Deconfiguring file /etc/resolv.conf                                                                                          
P: Deconfiguring file /etc/hosts                                                                                                
P: Deconfiguring file /usr/sbin/policy-rc.d                                                                                     
P: Deconfiguring file /sbin/start-stop-daemon                                                                                   
P: Deconfiguring file /etc/debian_chroot                                                                                        
P: Begin unmounting /sys...                                                                                                     
P: Begin unmounting /selinux...                                                                                                 
P: Begin unmounting /proc...                                                                                                    
P: Begin unmounting /dev/pts...                                                                                                 
P: Begin caching chroot stage...                                                                                                
P: Begin unmounting filesystems...                                                                                              
P: Setting up cleanup function                                                                                                  
P: Begin copying chroot...                                                                                                      
W: skipping binary_chroot                                                                                                       
P: Begin mounting /dev/pts...                                                                                                   
P: Begin mounting /proc...                                                                                                      
P: Begin mounting /sys...                                                                                                       
P: Configuring file /etc/hosts                                                                                                  
P: Configuring file /etc/resolv.conf                                                                                            
P: Configuring file /etc/hostname                                                                                               
P: Configuring file /bin/hostname                                                                                               
P: Configuring file /usr/sbin/policy-rc.d                                                                                       
P: Configuring file /etc/apt/apt.conf                                                                                           
P: Configuring file /etc/apt/sources.list                                                                                       
P: Begin building root filesystem image...                                                                                      
W: skipping binary_rootfs                                                                                                       
P: Begin creating manifest...                                                                                                   
W: skipping binary_manifest                                                                                                     
P: Begin installing local packages lists...                                                                                     
P: Begin install linux-image...                                                                                                 
W: skipping binary_linux-image                                                                                                  
E: debian-installer flavour disabled not supported.                                                                             
P: Begin unmounting filesystems...           

------------------

It seems that "E: debian-installer flavour disabled not supported."  is the real problem here and the result files are not even created. 


==========================
The config is bellow:

----------- config/binary
# 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: usb-hdd)
LH_BINARY_IMAGES="usb-hdd"

# $LH_BINARY_INDICES: set apt/aptitude generic indices
# (Default: true)
LH_BINARY_INDICES="true"

# $LH_BOOTAPPEND_LIVE: set boot parameters
# (Default: empty)
LH_BOOTAPPEND_LIVE="locale=en_US.UTF-8 keyb=us"

# $LH_BOOTAPPEND_INSTALL: set boot parameters
# (Default: empty)
LH_BOOTAPPEND_INSTALL="cdrom-detect/try-usb=true"

# $LH_BOOTLOADER: set bootloader
# (Default: syslinux)
LH_BOOTLOADER="syslinux"

# $LH_CHECKSUMS: set checksums
# (Default: true)
LH_CHECKSUMS="true"

# ${LH_CHROOT_BUILD: control if we build binary images chrooted
# (Default: true)
# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false.
LH_CHROOT_BUILD="true"

# $LH_DEBIAN_INSTALLER: set debian-installer
# (Default: disabled)
LH_DEBIAN_INSTALLER="disabled"

# $LH_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite
# (Default: empty)
LH_DEBIAN_INSTALLER_DISTRIBUTION="lenny"

# $LH_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url
# (Default: )
LH_DEBIAN_INSTALLER_PRESEEDFILE=""

# $LH_DEBIAN_INSTALLER_GUI: toggle use of GUI debian-installer
# (Default: true)
LH_DEBIAN_INSTALLER_GUI="true"

# $LH_ENCRYPTION: set encryption
# (Default: false)
LH_ENCRYPTION="false"

# $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 $VERSION; http://packages.qa.debian.org/live-helper)
LH_ISO_PREPARER="live-helper $VERSION; http://packages.qa.debian.org/live-helper";

# $LH_ISO_PUBLISHER: set iso publisher
# (Default: Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org)
LH_ISO_PUBLISHER="Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org"

# $LH_ISO_VOLUME: set iso volume (max 32 chars)
# (Default: Debian lenny $(date +%Y%m%d-%H:%M))
LH_ISO_VOLUME="Debian lenny $(date +%Y%m%d-%H:%M)"

# $LH_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
# (Default: unset)
LH_JFFS2_ERASEBLOCK=""

# $LH_MEMTEST: set memtest
# (Default: memtest86+)
LH_MEMTEST="memtest86+"

# $LH_WIN32_LOADER: set win32-loader
# (Default: true)
LH_WIN32_LOADER="true"

# $LH_NET_ROOT_FILESYSTEM: set netboot filesystem
# (Default: nfs)
LH_NET_ROOT_FILESYSTEM="nfs"

# $LH_NET_ROOT_MOUNTOPTIONS: set nfsopts
# (Default: empty)
LH_NET_ROOT_MOUNTOPTIONS=""

# $LH_NET_ROOT_PATH: set netboot server directory
# (Default: /srv/debian-live)
LH_NET_ROOT_PATH="/srv/debian-live"

# $LH_NET_ROOT_SERVER: set netboot server address
# (Default: 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_NET_TARBALL: set net tarball
# (Default: gzip)
LH_NET_TARBALL="gzip"

# $LH_SYSLINUX_SPLASH: set custom syslinux splash
# (Default: empty)
LH_SYSLINUX_SPLASH=""

# $LH_SYSLINUX_TIMEOUT: set custom syslinux timeout in seconds
# (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: true)
LH_SYSLINUX_MENU="true"

# $LH_SYSLINUX_MENU_LIVE_ENTRY: set text to be used on the menu for live entries
# (Default: Live)
LH_SYSLINUX_MENU_LIVE_ENTRY="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"


----------- config/bootstrap
# 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: empty)
LH_BOOTSTRAP_FLAVOUR="standard"

# $LH_BOOTSTRAP_KEYRING: set distribution keyring
# (Default: empty)
LH_BOOTSTRAP_KEYRING=""

# $LH_DISTRIBUTION: select distribution to use
# (Default: lenny)
LH_DISTRIBUTION="lenny"

# $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
# (Default: http://ftp.de.debian.org/debian/)
LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/";

# $LH_MIRROR_CHROOT: set mirror to fetch packages from
# (Default: http://ftp.de.debian.org/debian/)
LH_MIRROR_CHROOT="http://ftp.de.debian.org/debian/";

# $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
# (Default: http://security.debian.org/)
LH_MIRROR_CHROOT_SECURITY="http://security.debian.org/";

# $LH_MIRROR_BINARY: set mirror which ends up in the image
# (Default: http://cdn.debian.net/debian/)
LH_MIRROR_BINARY="http://cdn.debian.net/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_ARCHIVE_AREAS: select archive areas to use
# (Default: main)
LH_ARCHIVE_AREAS="main"


----------- config/chroot
# 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: aufs)
LH_UNION_FILESYSTEM="aufs"

# $LH_VIRTUAL_ROOT_SIZE: set virtual-hdd filesystem size
# (Default: 10000)
LH_VIRTUAL_ROOT_SIZE="10000"

# $LH_EXPOSED_ROOT: expose root as read only
# (Default: false)
LH_EXPOSED_ROOT="false"

# $LH_HOOKS: set hook commands
# (Default: empty)
LH_HOOKS=""

# $LH_INTERACTIVE: set interactive build
# (Default: false)
LH_INTERACTIVE="false"

# $LH_KEYRING_PACKAGES: set keyring packages
# (Default: empty)
LH_KEYRING_PACKAGES="debian-archive-keyring"

# $LH_LANGUAGE: set language to use
# (Default: empty)
LH_LANGUAGE="en"

# $LH_LINUX_FLAVOURS: set kernel flavour to use
# (Default: autodetected)
LH_LINUX_FLAVOURS="486 686"

# $LH_LINUX_PACKAGES: set kernel packages to use
# (Default: autodetected)
LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6"

# $LH_PACKAGES: set packages to install
# (Default: empty)
LH_PACKAGES=""

# $LH_PACKAGES_LISTS: set package list to install
# (Default: xfce)
LH_PACKAGES_LISTS="xfce"

# $LH_TASKS: set tasks to install
# (Default: empty)
LH_TASKS=""

# $LH_SECURITY: enable security updates
# (Default: true)
LH_SECURITY="true"

# $LH_SYMLINKS: enable symlink convertion
# (Default: false)
LH_SYMLINKS="false"

# $LH_SYSVINIT: enable sysvinit
# (Default: false)
LH_SYSVINIT="false"


----------- config/common
# config/common - common options for live-helper(7)

# LH_CONFIG_VERSION: internal version of the configuration file format
LH_CONFIG_VERSION="2.0~a8"

# $LH_APT: set package manager
# (Default: apt)
LH_APT="apt"

# $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: true)
LH_APT_PDIFFS="true"

# $LH_APT_PIPELINE: set apt/aptitude pipeline depth
# (Default: )
LH_APT_PIPELINE=""

# $LH_APT_RECOMMENDS: set apt/aptitude recommends
# (Default: true)
LH_APT_RECOMMENDS="true"

# $LH_APT_SECURE: set apt/aptitude security
# (Default: true)
LH_APT_SECURE="true"

# $LH_BOOTSTRAP: set bootstrap program
# (Default: cdebootstrap)
LH_BOOTSTRAP="cdebootstrap"

# $LH_CACHE: control cache
# (Default: true)
LH_CACHE="true"

# $LH_CACHE_INDICES: control if downloaded package indices should be cached
# (Default: false)
LH_CACHE_INDICES="true"

# $LH_CACHE_PACKAGES: control if downloaded packages files should be cached
# (Default: False)
LH_CACHE_PACKAGES="true"

# $LH_CACHE_STAGES: control if completed stages should be cached
# (Default: none)
LH_CACHE_STAGES="none"

# $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_INITRAMFS: set initramfs hook
# (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"

# $LH_MODE: set distribution mode
# (Default: debian)
LH_MODE="debian"

# $LH_ROOT_COMMAND: use sudo or equivalent
# (Default: empty)
#LH_ROOT_COMMAND="sudo"

# $LH_USE_FAKEROOT: use fakeroot/fakechroot
# (Default: false)
LH_USE_FAKEROOT="false"

# $LH_TASKSEL: set tasksel program
# (Default: tasksel)
LH_TASKSEL="tasksel"

# $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

# $_BREAKPOINTS: enable breakpoints
# (Default: false)
#_BREAKPOINTS="false"

# $_DEBUG: enable debug
# (Default: false)
#_DEBUG="false"

# $_COLOR: enable color
# (Default: false)
#_COLOR="false"

# $_FORCE: enable force
# (Default: false)
#_FORCE="false"

# $_QUIET: enable quiet
# (Default: false)
_QUIET="false"

# $_VERBOSE: enable verbose
# (Default: false)
#_VERBOSE="false"

# Internal stuff (FIXME)
APT_OPTIONS="--yes"
APTITUDE_OPTIONS="--assume-yes"
GZIP_OPTIONS="--best --rsyncable"


----------- config/source
# config/source - options for live-helper(7), source stage

# $LH_SOURCE: set source option
# (Default: false)
LH_SOURCE="false"

# $LH_SOURCE_IMAGES: set image type
# (Default: tar)
LH_SOURCE_IMAGES="tar"



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.6 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages live-magic depends on:
ii  gksu                 2.0.2-2+b1          graphical frontend to su
ii  live-helper          2.0~a8-1            Debian Live build scripts
ii  python               2.5.4-9             An interactive high-level object-o
ii  python-glade2        2.16.0-2            GTK+ bindings: Glade support
ii  python-gtk2          2.16.0-2            Python bindings for the GTK+ widge
ii  python-support       1.0.6               automated rebuilding support for P
ii  python-vte           1:0.22.5-1+b1       Python bindings for the VTE widget
ii  xdg-utils            1.0.2+cvs20100223-1 desktop integration utilities from

Versions of packages live-magic recommends:
ii  cdebootstrap                  0.5.5      Bootstrap a Debian system

live-magic suggests no packages.

-- no debconf information

----------- config/binary
# 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: usb-hdd)
LH_BINARY_IMAGES="usb-hdd"

# $LH_BINARY_INDICES: set apt/aptitude generic indices
# (Default: true)
LH_BINARY_INDICES="true"

# $LH_BOOTAPPEND_LIVE: set boot parameters
# (Default: empty)
LH_BOOTAPPEND_LIVE="locale=en_US.UTF-8 keyb=us"

# $LH_BOOTAPPEND_INSTALL: set boot parameters
# (Default: empty)
LH_BOOTAPPEND_INSTALL="cdrom-detect/try-usb=true"

# $LH_BOOTLOADER: set bootloader
# (Default: syslinux)
LH_BOOTLOADER="syslinux"

# $LH_CHECKSUMS: set checksums
# (Default: true)
LH_CHECKSUMS="true"

# ${LH_CHROOT_BUILD: control if we build binary images chrooted
# (Default: true)
# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false.
LH_CHROOT_BUILD="true"

# $LH_DEBIAN_INSTALLER: set debian-installer
# (Default: disabled)
LH_DEBIAN_INSTALLER="disabled"

# $LH_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite
# (Default: empty)
LH_DEBIAN_INSTALLER_DISTRIBUTION="lenny"

# $LH_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url
# (Default: )
LH_DEBIAN_INSTALLER_PRESEEDFILE=""

# $LH_DEBIAN_INSTALLER_GUI: toggle use of GUI debian-installer
# (Default: true)
LH_DEBIAN_INSTALLER_GUI="true"

# $LH_ENCRYPTION: set encryption
# (Default: false)
LH_ENCRYPTION="false"

# $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 $VERSION; http://packages.qa.debian.org/live-helper)
LH_ISO_PREPARER="live-helper $VERSION; http://packages.qa.debian.org/live-helper";

# $LH_ISO_PUBLISHER: set iso publisher
# (Default: Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org)
LH_ISO_PUBLISHER="Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org"

# $LH_ISO_VOLUME: set iso volume (max 32 chars)
# (Default: Debian lenny $(date +%Y%m%d-%H:%M))
LH_ISO_VOLUME="Debian lenny $(date +%Y%m%d-%H:%M)"

# $LH_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
# (Default: unset)
LH_JFFS2_ERASEBLOCK=""

# $LH_MEMTEST: set memtest
# (Default: memtest86+)
LH_MEMTEST="memtest86+"

# $LH_WIN32_LOADER: set win32-loader
# (Default: true)
LH_WIN32_LOADER="true"

# $LH_NET_ROOT_FILESYSTEM: set netboot filesystem
# (Default: nfs)
LH_NET_ROOT_FILESYSTEM="nfs"

# $LH_NET_ROOT_MOUNTOPTIONS: set nfsopts
# (Default: empty)
LH_NET_ROOT_MOUNTOPTIONS=""

# $LH_NET_ROOT_PATH: set netboot server directory
# (Default: /srv/debian-live)
LH_NET_ROOT_PATH="/srv/debian-live"

# $LH_NET_ROOT_SERVER: set netboot server address
# (Default: 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_NET_TARBALL: set net tarball
# (Default: gzip)
LH_NET_TARBALL="gzip"

# $LH_SYSLINUX_SPLASH: set custom syslinux splash
# (Default: empty)
LH_SYSLINUX_SPLASH=""

# $LH_SYSLINUX_TIMEOUT: set custom syslinux timeout in seconds
# (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: true)
LH_SYSLINUX_MENU="true"

# $LH_SYSLINUX_MENU_LIVE_ENTRY: set text to be used on the menu for live entries
# (Default: Live)
LH_SYSLINUX_MENU_LIVE_ENTRY="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"


----------- config/bootstrap
# 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: empty)
LH_BOOTSTRAP_FLAVOUR="standard"

# $LH_BOOTSTRAP_KEYRING: set distribution keyring
# (Default: empty)
LH_BOOTSTRAP_KEYRING=""

# $LH_DISTRIBUTION: select distribution to use
# (Default: lenny)
LH_DISTRIBUTION="lenny"

# $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
# (Default: http://ftp.de.debian.org/debian/)
LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/";

# $LH_MIRROR_CHROOT: set mirror to fetch packages from
# (Default: http://ftp.de.debian.org/debian/)
LH_MIRROR_CHROOT="http://ftp.de.debian.org/debian/";

# $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
# (Default: http://security.debian.org/)
LH_MIRROR_CHROOT_SECURITY="http://security.debian.org/";

# $LH_MIRROR_BINARY: set mirror which ends up in the image
# (Default: http://cdn.debian.net/debian/)
LH_MIRROR_BINARY="http://cdn.debian.net/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_ARCHIVE_AREAS: select archive areas to use
# (Default: main)
LH_ARCHIVE_AREAS="main"


----------- config/chroot
# 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: aufs)
LH_UNION_FILESYSTEM="aufs"

# $LH_VIRTUAL_ROOT_SIZE: set virtual-hdd filesystem size
# (Default: 10000)
LH_VIRTUAL_ROOT_SIZE="10000"

# $LH_EXPOSED_ROOT: expose root as read only
# (Default: false)
LH_EXPOSED_ROOT="false"

# $LH_HOOKS: set hook commands
# (Default: empty)
LH_HOOKS=""

# $LH_INTERACTIVE: set interactive build
# (Default: false)
LH_INTERACTIVE="false"

# $LH_KEYRING_PACKAGES: set keyring packages
# (Default: empty)
LH_KEYRING_PACKAGES="debian-archive-keyring"

# $LH_LANGUAGE: set language to use
# (Default: empty)
LH_LANGUAGE="en"

# $LH_LINUX_FLAVOURS: set kernel flavour to use
# (Default: autodetected)
LH_LINUX_FLAVOURS="486 686"

# $LH_LINUX_PACKAGES: set kernel packages to use
# (Default: autodetected)
LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6"

# $LH_PACKAGES: set packages to install
# (Default: empty)
LH_PACKAGES=""

# $LH_PACKAGES_LISTS: set package list to install
# (Default: xfce)
LH_PACKAGES_LISTS="xfce"

# $LH_TASKS: set tasks to install
# (Default: empty)
LH_TASKS=""

# $LH_SECURITY: enable security updates
# (Default: true)
LH_SECURITY="true"

# $LH_SYMLINKS: enable symlink convertion
# (Default: false)
LH_SYMLINKS="false"

# $LH_SYSVINIT: enable sysvinit
# (Default: false)
LH_SYSVINIT="false"


----------- config/common
# config/common - common options for live-helper(7)

# LH_CONFIG_VERSION: internal version of the configuration file format
LH_CONFIG_VERSION="2.0~a8"

# $LH_APT: set package manager
# (Default: apt)
LH_APT="apt"

# $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: true)
LH_APT_PDIFFS="true"

# $LH_APT_PIPELINE: set apt/aptitude pipeline depth
# (Default: )
LH_APT_PIPELINE=""

# $LH_APT_RECOMMENDS: set apt/aptitude recommends
# (Default: true)
LH_APT_RECOMMENDS="true"

# $LH_APT_SECURE: set apt/aptitude security
# (Default: true)
LH_APT_SECURE="true"

# $LH_BOOTSTRAP: set bootstrap program
# (Default: cdebootstrap)
LH_BOOTSTRAP="cdebootstrap"

# $LH_CACHE: control cache
# (Default: true)
LH_CACHE="true"

# $LH_CACHE_INDICES: control if downloaded package indices should be cached
# (Default: false)
LH_CACHE_INDICES="true"

# $LH_CACHE_PACKAGES: control if downloaded packages files should be cached
# (Default: False)
LH_CACHE_PACKAGES="true"

# $LH_CACHE_STAGES: control if completed stages should be cached
# (Default: none)
LH_CACHE_STAGES="none"

# $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_INITRAMFS: set initramfs hook
# (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"

# $LH_MODE: set distribution mode
# (Default: debian)
LH_MODE="debian"

# $LH_ROOT_COMMAND: use sudo or equivalent
# (Default: empty)
#LH_ROOT_COMMAND="sudo"

# $LH_USE_FAKEROOT: use fakeroot/fakechroot
# (Default: false)
LH_USE_FAKEROOT="false"

# $LH_TASKSEL: set tasksel program
# (Default: tasksel)
LH_TASKSEL="tasksel"

# $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

# $_BREAKPOINTS: enable breakpoints
# (Default: false)
#_BREAKPOINTS="false"

# $_DEBUG: enable debug
# (Default: false)
#_DEBUG="false"

# $_COLOR: enable color
# (Default: false)
#_COLOR="false"

# $_FORCE: enable force
# (Default: false)
#_FORCE="false"

# $_QUIET: enable quiet
# (Default: false)
_QUIET="false"

# $_VERBOSE: enable verbose
# (Default: false)
#_VERBOSE="false"

# Internal stuff (FIXME)
APT_OPTIONS="--yes"
APTITUDE_OPTIONS="--assume-yes"
GZIP_OPTIONS="--best --rsyncable"


----------- config/source
# config/source - options for live-helper(7), source stage

# $LH_SOURCE: set source option
# (Default: false)
LH_SOURCE="false"

# $LH_SOURCE_IMAGES: set image type
# (Default: tar)
LH_SOURCE_IMAGES="tar"

Reply to: