summaryrefslogtreecommitdiff
path: root/make-live.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
commitfb35af8aa207ef5377022028d9e2b497445fb349 (patch)
treee928737e9e000d1f2509395f58f04465c17794c5 /make-live.conf
parent18e4f460bf1c115c62ea9aebb56d75d486322531 (diff)
downloadlive-build-fb35af8aa207ef5377022028d9e2b497445fb349.zip
live-build-fb35af8aa207ef5377022028d9e2b497445fb349.tar.gz
Adding live-package 0.99.3-1.
Diffstat (limited to 'make-live.conf')
-rw-r--r--make-live.conf90
1 files changed, 0 insertions, 90 deletions
diff --git a/make-live.conf b/make-live.conf
deleted file mode 100644
index 9b6d82b..0000000
--- a/make-live.conf
+++ /dev/null
@@ -1,90 +0,0 @@
-# /etc/default/make-live: configuration file for make-live(8)
-
-# Where do we want to build our images?
-# Default: `pwd`/live
-#LIVE_ROOT="`pwd`/live"
-
-# Which Debian mirror do we use?
-# Default: http://ftp.debian.org/debian
-#LIVE_MIRROR="http://ftp.debian.org/debian"
-
-# Where is the public key of the mirror?
-# Default: none
-LIVE_MIRROR_KEY="http://ftp-master.debian.org/ziyi_key_2006.asc"
-
-# Which other repository do we want to add?
-# Default: none
-#LIVE_REPOSITORY="http://live.debian.net/debian unstable main"
-
-# Where is the public key of the other repository?
-# Default: none
-#LIVE_REPOSITORY_KEY="http://ftp-master.debian-unofficial.org/key_2006.asc"
-
-# Which FTP proxy do we want to use inside the chroot?
-# Default: none
-#LIVE_FTPPROXY=""
-
-# Which HTTP proxy do we want to use inside the chroot?
-# Default: none
-#LIVE_HTTPPROXY=""
-
-# What distribution are we going to use?
-# Default: unstable
-#LIVE_DISTRIBUTION="unstable"
-
-# What sections are we going to use?
-# Default: main
-#LIVE_SECTIONS="main contrib non-free"
-
-# What packages do we want to install in *addition* to the flavour?
-# Default: none
-LIVE_PACKAGES="less locales screen sudo vim"
-
-# What boot parameters do we want to give to the kernel?
-# Default: none
-#LIVE_BOOTAPPEND=""
-
-# What IP address or hostname is assigned to the netboot server?
-# Default: none
-LIVE_SERVER_ADDRESS="192.168.1.1"
-
-# Where is the chroot on the netboot server?
-# Default: none
-LIVE_SERVER_PATH="/srv/debian-live/chroot"
-
-# Which filesystem should be used for the rootfs image (squashfs/ext2)?
-# Default: squashfs
-#LIVE_FILESYSTEM="squashfs"
-
-# Which command should be executed in the chroot before mastering the image?
-# Default: none
-#LIVE_HOOK=""
-
-# Which file or directory should be copied into the rootfs?
-# Default: none
-#LIVE_INCLUDE_ROOTFS=""
-
-# Which file or directory should be copied into the image?
-# Default: none
-#LIVE_INCLUDE_IMAGE=""
-
-# Which preseed file should be used for configuring packages ?
-# Default: none
-#LIVE_PRESEED=""
-
-# Does splashy should be installed and configured for live system?
-# Default: no
-#LIVE_SPLASHY=""
-#LIVE_SPLASHY_THEME=""
-
-# Which architecture should we install for ?
-# Default: auto detected
-#LIVE_ARCHITECTURE=""
-
-# Which file contains package list we would like to use for install ?
-# Default: LIST option specified as last argument in command line
-#LIVE_PACKAGE_LIST=""
-
-# Which directory should be used for templates ?
-# Default: "/usr/share/make-live/templates"
-#LIVE_TEMPLATES=""