aboutsummaryrefslogtreecommitdiffstats
path: root/config/bootstrap
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-17 02:54:33 +0100
committerficus <ficus@robocracy.org>2012-11-17 02:54:33 +0100
commit522377caa2409ecf196e1ce98af1b2569a0bb53d (patch)
treeaac0a8b8688598f1ba79d4dd3a23e5e1d5e26a6b /config/bootstrap
parent6f5e3d051f59d617d27f284ad95a336f8a68bb57 (diff)
downloadtorouter-live-522377caa2409ecf196e1ce98af1b2569a0bb53d.tar.gz
torouter-live-522377caa2409ecf196e1ce98af1b2569a0bb53d.zip
remove transient files and include .gitignore
Diffstat (limited to 'config/bootstrap')
-rw-r--r--config/bootstrap121
1 files changed, 0 insertions, 121 deletions
diff --git a/config/bootstrap b/config/bootstrap
deleted file mode 100644
index b575c6f..0000000
--- a/config/bootstrap
+++ /dev/null
@@ -1,121 +0,0 @@
-# config/bootstrap - options for live-build(7), bootstrap stage
-
-# $LB_ARCHITECTURES: select chroot architectures
-# (Default: autodetected)
-LB_ARCHITECTURES="armel"
-
-# $LB_DISTRIBUTION: select distribution to use
-# (Default: wheezy)
-LB_DISTRIBUTION="wheezy"
-
-# $LB_PARENT_DISTRIBUTION: select parent distribution to use
-# (Default: wheezy)
-LB_PARENT_DISTRIBUTION="wheezy"
-
-# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
-# (Default: wheezy)
-LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="wheezy"
-
-# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
-# (Default: http://http.debian.net/debian)
-LB_PARENT_MIRROR_BOOTSTRAP="http://http.debian.net/debian"
-
-# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
-# (Default: http://http.debian.net/debian)
-LB_PARENT_MIRROR_CHROOT="http://http.debian.net/debian"
-
-# $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
-# (Default: http://security.debian.org/)
-LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
-
-# $LB_PARENT_MIRROR_CHROOT_UPDATES: set updates parent mirror to fetch packages from
-# (Default: http://http.debian.net/debian)
-LB_PARENT_MIRROR_CHROOT_UPDATES="http://http.debian.net/debian"
-
-# $LB_PARENT_MIRROR_CHROOT_BACKPORTS: set backports parent mirror to fetch packages from
-# (Default: http://backports.debian.org/debian-backports/)
-LB_PARENT_MIRROR_CHROOT_BACKPORTS="http://backports.debian.org/debian-backports/"
-
-# $LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
-# (Default: http://http.debian.net/debian/)
-LB_PARENT_MIRROR_BINARY="http://http.debian.net/debian/"
-
-# $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
-# (Default: http://security.debian.org/)
-LB_PARENT_MIRROR_BINARY_SECURITY="http://security.debian.org/"
-
-# $LB_PARENT_MIRROR_BINARY_UPDATES: set updates parent mirror which ends up in the image
-# (Default: http://http.debian.net/debian/)
-LB_PARENT_MIRROR_BINARY_UPDATES="http://http.debian.net/debian/"
-
-# $LB_PARENT_MIRROR_BINARY_BACKPORTS: set backports parent mirror which ends up in the image
-# (Default: http://http.debian.net/debian-backports/)
-LB_PARENT_MIRROR_BINARY_BACKPORTS="http://http.debian.net/debian-backports/"
-
-# $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
-# (Default: http://http.debian.net/debian)
-LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://http.debian.net/debian"
-
-# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
-# (Default: http://http.debian.net/debian)
-LB_MIRROR_BOOTSTRAP="http://http.debian.net/debian"
-
-# $LB_MIRROR_CHROOT: set mirror to fetch packages from
-# (Default: http://http.debian.net/debian)
-LB_MIRROR_CHROOT="http://http.debian.net/debian"
-
-# $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
-# (Default: http://security.debian.org/)
-LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
-
-# $LB_MIRROR_CHROOT_UPDATES: set updates mirror to fetch packages from
-# (Default: http://http.debian.net/debian)
-LB_MIRROR_CHROOT_UPDATES="http://http.debian.net/debian"
-
-# $LB_MIRROR_CHROOT_BACKPORTS: set backports mirror to fetch packages from
-# (Default: http://backports.debian.org/debian-backports/)
-LB_MIRROR_CHROOT_BACKPORTS="http://backports.debian.org/debian-backports/"
-
-# $LB_MIRROR_BINARY: set mirror which ends up in the image
-# (Default: http://http.debian.net/debian/)
-LB_MIRROR_BINARY="http://http.debian.net/debian/"
-
-# $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
-# (Default: http://security.debian.org/)
-LB_MIRROR_BINARY_SECURITY="http://security.debian.org/"
-
-# $LB_MIRROR_BINARY_UPDATES: set updates mirror which ends up in the image
-# (Default: http://http.debian.net/debian/)
-LB_MIRROR_BINARY_UPDATES="http://http.debian.net/debian/"
-
-# $LB_MIRROR_BINARY_BACKPORTS: set backports mirror which ends up in the image
-# (Default: http://http.debian.net/debian-backports/)
-LB_MIRROR_BINARY_BACKPORTS="http://http.debian.net/debian-backports/"
-
-# $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
-# (Default: http://http.debian.net/debian)
-LB_MIRROR_DEBIAN_INSTALLER="http://http.debian.net/debian"
-
-# $LB_ARCHIVES: enable available third-party archives
-# (Default: empty)
-LB_ARCHIVES=""
-
-# $LB_ARCHIVE_AREAS: select archive areas to use
-# (Default: main)
-LB_ARCHIVE_AREAS="main"
-
-# $LB_PARENT_ARCHIVE_AREAS: select archive areas to use
-# (Default: main)
-LB_PARENT_ARCHIVE_AREAS="main"
-
-# $LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap
-# (Default: armel)
-LB_BOOTSTRAP_QEMU_ARCHITECTURES="armel"
-
-# $LB_BOOTSTRAP_QEMU_EXCLUDE: packages to exclude during foreign bootstrap
-# (Default: )
-LB_BOOTSTRAP_QEMU_EXCLUDE=""
-
-# $LB_BOOTSTRAP_QEMU_STATIC: static qemu binary for foreign bootstrap
-# (Default: /usr/bin/qemu-arm-static)
-LB_BOOTSTRAP_QEMU_STATIC="/usr/bin/qemu-arm-static"