Created new branch for Debian Live live-cd build system development. This
commit includes the default configuration files, which don't work with Debian "etch".
This commit is contained in:
commit
ec818dbbc3
253 changed files with 6460 additions and 0 deletions
146
config/binary
Normal file
146
config/binary
Normal file
|
@ -0,0 +1,146 @@
|
|||
# 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"
|
||||
|
||||
# $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=""
|
||||
|
||||
# $LH_BOOTAPPEND_INSTALL: set boot parameters
|
||||
# (Default: empty)
|
||||
LH_BOOTAPPEND_INSTALL="-- }"
|
||||
|
||||
# $LH_BOOTLOADER: set bootloader
|
||||
# (Default: syslinux)
|
||||
LH_BOOTLOADER="syslinux"
|
||||
|
||||
# $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.
|
||||
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: disabled)
|
||||
LH_ENCRYPTION="disabled"
|
||||
|
||||
# $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~a46; http://packages.qa.debian.org/live-helper)
|
||||
LH_ISO_PREPARER="live-helper 1.0~a46; 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-devel@lists.alioth.debian.org)
|
||||
LH_ISO_PUBLISHER="Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel@lists.alioth.debian.org"
|
||||
|
||||
# $LH_ISO_VOLUME: set iso volume (max 32 chars)
|
||||
# (Default: Debian Live 20080608-17:04)
|
||||
LH_ISO_VOLUME="Debian Live 20080608-17:04"
|
||||
|
||||
# $LH_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
|
||||
# (Default: unset)
|
||||
LH_JFFS2_ERASEBLOCK=""
|
||||
|
||||
# $LH_MEMTEST: set memtest
|
||||
# (Default: memtest86+)
|
||||
LH_MEMTEST="memtest86+"
|
||||
|
||||
# $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: 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"
|
53
config/bootstrap
Normal file
53
config/bootstrap
Normal file
|
@ -0,0 +1,53 @@
|
|||
# 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: )
|
||||
LH_BOOTSTRAP_FLAVOUR=""
|
||||
|
||||
# $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.us.debian.org/debian/)
|
||||
LH_MIRROR_BOOTSTRAP="http://ftp.us.debian.org/debian/"
|
||||
|
||||
# $LH_MIRROR_CHROOT: set mirror to fetch packages from
|
||||
# (Default: http://ftp.us.debian.org/debian/)
|
||||
LH_MIRROR_CHROOT="http://ftp.us.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://ftp.us.debian.org/debian/)
|
||||
LH_MIRROR_BINARY="http://ftp.us.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)
|
||||
LH_SECTIONS="main"
|
61
config/chroot
Normal file
61
config/chroot
Normal file
|
@ -0,0 +1,61 @@
|
|||
# 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_EXPOSED_ROOT: expose root as read only
|
||||
# (Default: disabled)
|
||||
LH_EXPOSED_ROOT="disabled"
|
||||
|
||||
# $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="486 686"
|
||||
|
||||
# $LH_LINUX_PACKAGES: set kernel packages to use
|
||||
# (Default: autodetected)
|
||||
LH_LINUX_PACKAGES="linux-image-2.6 aufs-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: standard)
|
||||
LH_PACKAGES_LISTS="standard"
|
||||
|
||||
# $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"
|
123
config/common
Normal file
123
config/common
Normal file
|
@ -0,0 +1,123 @@
|
|||
# config/common - common options for live-helper(7)
|
||||
|
||||
# $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: 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: debootstrap)
|
||||
LH_BOOTSTRAP="debootstrap"
|
||||
|
||||
# $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_INITRAMFS: set initramfs hook
|
||||
# (Default: live-initramfs)
|
||||
LH_INITRAMFS="live-initramfs"
|
||||
|
||||
# $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: disabled)
|
||||
LH_USE_FAKEROOT="disabled"
|
||||
|
||||
# $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"
|
||||
|
||||
# Internal stuff (FIXME)
|
||||
APT_OPTIONS="--yes"
|
||||
APTITUDE_OPTIONS="--assume-yes"
|
9
config/source
Normal file
9
config/source
Normal file
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue