From: stack Date: Sat, 23 Feb 2013 14:39:38 +0000 (+0100) Subject: deleted files to not track X-Git-Url: https://v.licheni.net/stack/code/debianlive.git/commitdiff_plain/1dcbc825f2b8dcb5ae8a98494a42ec7b7f011193?ds=inline deleted files to not track --- diff --git a/minimal/config/bootstrap b/minimal/config/bootstrap deleted file mode 100644 index bb5337c..0000000 --- a/minimal/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="i386" - -# $LB_DISTRIBUTION: select distribution to use -# (Default: sid) -LB_DISTRIBUTION="sid" - -# $LB_PARENT_DISTRIBUTION: select parent distribution to use -# (Default: sid) -LB_PARENT_DISTRIBUTION="sid" - -# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use -# (Default: sid) -LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="sid" - -# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from -# (Default: http://ftp.debian.org/debian/) -LB_PARENT_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/" - -# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from -# (Default: http://ftp.debian.org/debian/) -LB_PARENT_MIRROR_CHROOT="http://ftp.debian.org/debian/" - -# $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from -# (Default: http://ftp.debian.org/debian-security/) -LB_PARENT_MIRROR_CHROOT_SECURITY="http://ftp.debian.org/debian-security/" - -# $LB_PARENT_MIRROR_CHROOT_UPDATES: set updates parent mirror to fetch packages from -# (Default: http://ftp.debian.org/debian/) -LB_PARENT_MIRROR_CHROOT_UPDATES="http://ftp.debian.org/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://ftp.debian.org/debian/) -LB_PARENT_MIRROR_BINARY="http://ftp.debian.org/debian/" - -# $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image -# (Default: http://ftp.debian.org/debian-security/) -LB_PARENT_MIRROR_BINARY_SECURITY="http://ftp.debian.org/debian-security/" - -# $LB_PARENT_MIRROR_BINARY_UPDATES: set updates parent mirror which ends up in the image -# (Default: http://ftp.debian.org/debian/) -LB_PARENT_MIRROR_BINARY_UPDATES="http://ftp.debian.org/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://ftp.debian.org/debian/) -LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://ftp.debian.org/debian/" - -# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from -# (Default: http://ftp.debian.org/debian/) -LB_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/" - -# $LB_MIRROR_CHROOT: set mirror to fetch packages from -# (Default: http://ftp.debian.org/debian/) -LB_MIRROR_CHROOT="http://ftp.debian.org/debian/" - -# $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from -# (Default: http://ftp.debian.org/debian-security/) -LB_MIRROR_CHROOT_SECURITY="http://ftp.debian.org/debian-security/" - -# $LB_MIRROR_CHROOT_UPDATES: set updates mirror to fetch packages from -# (Default: http://ftp.debian.org/debian/) -LB_MIRROR_CHROOT_UPDATES="http://ftp.debian.org/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://ftp.debian.org/debian/) -LB_MIRROR_BINARY="http://ftp.debian.org/debian/" - -# $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image -# (Default: http://ftp.debian.org/debian-security/) -LB_MIRROR_BINARY_SECURITY="http://ftp.debian.org/debian-security/" - -# $LB_MIRROR_BINARY_UPDATES: set updates mirror which ends up in the image -# (Default: http://ftp.debian.org/debian/) -LB_MIRROR_BINARY_UPDATES="http://ftp.debian.org/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://ftp.debian.org/debian/) -LB_MIRROR_DEBIAN_INSTALLER="http://ftp.debian.org/debian/" - -# $LB_ARCHIVES: enable available third-party archives -# (Default: empty) -LB_ARCHIVES="" - -# $LB_ARCHIVE_AREAS: select archive areas to use -# (Default: main contrib non-free) -LB_ARCHIVE_AREAS="main contrib non-free" - -# $LB_PARENT_ARCHIVE_AREAS: select archive areas to use -# (Default: main contrib non-free) -LB_PARENT_ARCHIVE_AREAS="main contrib non-free" - -# $LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap -# (Default: ) -LB_BOOTSTRAP_QEMU_ARCHITECTURES="" - -# $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: ) -LB_BOOTSTRAP_QEMU_STATIC="" diff --git a/minimal/config/chroot b/minimal/config/chroot deleted file mode 100644 index 9e57b9a..0000000 --- a/minimal/config/chroot +++ /dev/null @@ -1,45 +0,0 @@ -# config/chroot - options for live-build(7), chroot stage - -# $LB_CHROOT_FILESYSTEM: set chroot filesystem -# (Default: squashfs) -LB_CHROOT_FILESYSTEM="squashfs" - -# $LB_UNION_FILESYSTEM: set union filesystem -# (Default: aufs) -LB_UNION_FILESYSTEM="aufs" - -# $LB_EXPOSED_ROOT: expose root as read only -# (Default: false) -LB_EXPOSED_ROOT="false" - -# $LB_HOOKS: set hook commands -# (Default: empty) -LB_HOOKS="" - -# $LB_INTERACTIVE: set interactive build -# (Default: false) -LB_INTERACTIVE="false" - -# $LB_KEYRING_PACKAGES: set keyring packages -# (Default: empty) -LB_KEYRING_PACKAGES="debian-archive-keyring" - -# $LB_LINUX_FLAVOURS: set kernel flavour to use -# (Default: autodetected) -LB_LINUX_FLAVOURS="486" - -# $LB_LINUX_PACKAGES: set kernel packages to use -# (Default: autodetected) -LB_LINUX_PACKAGES="linux-image-3.7-trunk" - -# $LB_SECURITY: enable security updates -# (Default: false) -LB_SECURITY="false" - -# $LB_UPDATES: enable updates updates -# (Default: false) -LB_UPDATES="false" - -# $LB_BACKPORTS: enable backports updates -# (Default: false) -LB_BACKPORTS="false" diff --git a/minimal/config/source b/minimal/config/source deleted file mode 100644 index 93a022a..0000000 --- a/minimal/config/source +++ /dev/null @@ -1,9 +0,0 @@ -# config/source - options for live-build(7), source stage - -# $LB_SOURCE: set source option -# (Default: false) -LB_SOURCE="false" - -# $LB_SOURCE_IMAGES: set image type -# (Default: tar) -LB_SOURCE_IMAGES="tar"