diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:46 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:14:51 +0100 |
commit | fe6eb1c593e2df135c8807bf94df614984b4d6ec (patch) | |
tree | 693b803dcc6473a8699f0c605c92b10c24755e28 /src/config | |
parent | 470cf1764bf56b32addff591cfe3fd69af0e5760 (diff) | |
download | vyos-live-build-fe6eb1c593e2df135c8807bf94df614984b4d6ec.tar.gz vyos-live-build-fe6eb1c593e2df135c8807bf94df614984b4d6ec.zip |
Adding live-helper 1.0~a1-1.
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config | 116 |
1 files changed, 0 insertions, 116 deletions
diff --git a/src/config b/src/config deleted file mode 100644 index 7196b6cb1..000000000 --- a/src/config +++ /dev/null @@ -1,116 +0,0 @@ -# /etc/make-live.conf - configuration file for make-live(8) - -# make-live does work out of the box. However, if you want to customize it, -# you can edit the variables below. Look make-live.conf(8) for more information. - -# Root directory (Default: `pwd`/debian-live) -#LIVE_ROOT="`pwd`/debian-live" - -# Image type (Default: iso) -#LIVE_TYPE="iso" - -# Bootstrap architecture (Default: auto-detected) -#LIVE_ARCHITECTURE="i386" - -# Boot parameters (Default: empty) -#LIVE_BOOTAPPEND="" - -# Chroot directory (Default: ${LIVE_ROOT}/chroot) -#LIVE_CHROOT="${LIVE_ROOT}/chroot" - -# Configuration file (Default: /etc/make-live.conf) -#LIVE_CONFIG="/etc/make-live.conf" - -# Debian distribution (Default: sid) -#LIVE_DISTRIBUTION="sid" - -# Image filesystem (Default: squashfs for iso, plain for net) -#LIVE_FILESYSTEM="squashfs" - -# Bootstrap flavour (Default: standard) -#LIVE_FLAVOUR="standard" - -# Bootstrap config (Default: empty) -#LIVE_BOOTSTRAP_CONFIG="" - -# User command (Default: empty) -#LIVE_HOOK="" - -# Chroot includes (Default: empty) -#LIVE_INCLUDE_CHROOT="" - -# Image includes (Default: empty) -#LIVE_INCLUDE_IMAGE="" - -# Kernel flavour (Default: auto-detected) -#LIVE_KERNEL="" - -# Kernel packages (Default: auto-detected) -#LIVE_KERNEL_PACKAGES="" - -# Desktop package manifest (Default: empty) -#LIVE_MANIFEST="" - -# Debian mirror (Default: http://ftp.debian.org/debian/) -#LIVE_MIRROR="http://ftp.debian.org/debian/" - -# Debian security mirror (Default: http://security.debian.org/) -#LIVE_MIRROR_SECURITY="http://security.debian.org/" - -# Packages (Default: empty) -#LIVE_PACKAGES="" - -# Package list (Default: standard) -#LIVE_PACKAGE_LIST="standard" - -# Chroots ftp_proxy (Default: empty) -#LIVE_PROXY_FTP="" - -# Chroots http_proxy (Default: empty) -#LIVE_PROXY_HTTP="" - -# Custom repositories (Default: none) -#LIVE_REPOSITORIES="" - -# Custom repository list -LIVE_REPOSITORY_bpo="http://www.backports.org/debian/" -LIVE_REPOSITORY_KEY_bpo="http://backports.org/debian/archive.key" -LIVE_REPOSITORY_KEYRING_bpo="" -LIVE_REPOSITORY_DISTRIBUTION_bpo="sarge-backports" -LIVE_REPOSITORY_SECTIONS_bpo="main contrib non-free" - -LIVE_REPOSITORY_edu="http://ftp.skolelinux.org/skolelinux/" -LIVE_REPOSITORY_KEY_edu="" -LIVE_REPOSITORY_KEYRING_edu="debian-edu-archive-keyring" -LIVE_REPOSITORY_DISTRIBUTION_edu="etch-test" -LIVE_REPOSITORY_SECTIONS_edu="local" - -LIVE_REPOSITORY_restricted="http://ftp.debian-unofficial.org/debian-restricted/" -LIVE_REPOSITORY_KEY_restricted="http://ftp-master.debian-unofficial.org/key_2007.asc" -LIVE_REPOSITORY_KEYRING_restricted="debian-unofficial-archive-keyring" -LIVE_REPOSITORY_DISTRIBUTION_restricted="" -LIVE_REPOSITORY_SECTIONS_restricted="restricted" - -LIVE_REPOSITORY_fai="http://www.informatik.uni-koeln.de/fai/download/" -LIVE_REPOSITORY_KEY_fai="" -LIVE_REPOSITORY_KEYRING_fai="" -LIVE_REPOSITORY_DISTRIBUTION_fai="etch" -LIVE_REPOSITORY_SECTIONS_fai="koeln" - -# Debian section (Default: main) -#LIVE_SECTIONS="main" - -# Netboot server (Default: 192.168.1.1) -#LIVE_SERVER_ADDRESS="" - -# Netboot path (Default: /srv/debian-live/chroot) -#LIVE_SERVER_PATH="" - -# Image templates (Default: /usr/share/make-live/templates) -#LIVE_TEMPLATES="/usr/share/make-live/templates" - -# Generic package indices (Default: no) -#LIVE_GENERIC_INDICES="no" - -# Source images (Default: no) -#LIVE_SOURCE="no" |