Create main config file

- Added main config file to fix 'config stage required' error
- Consolidated all configuration settings in one place
- Includes Devuan merged repository and keyring settings
- Should resolve the build configuration issue
parent aba72cd7
# config - Main configuration file for live-build(7)
# Select architecture to use
LB_ARCHITECTURE="amd64"
# Select distribution to use
LB_DISTRIBUTION="testing"
# Select parent distribution to use
LB_PARENT_DISTRIBUTION=""
# Select distribution to use in the chroot
LB_DISTRIBUTION_CHROOT="testing"
# Select parent distribution to use in the chroot
LB_PARENT_DISTRIBUTION_CHROOT="testing"
# Select distribution to use in the final image
LB_DISTRIBUTION_BINARY="testing"
# Select parent distribution to use in the final image
LB_PARENT_DISTRIBUTION_BINARY="testing"
# Select parent distribution for debian-installer to use
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION=""
# Select archive areas to use
LB_ARCHIVE_AREAS="main"
# Select parent archive areas to use
LB_PARENT_ARCHIVE_AREAS="main"
# Set parent mirror to bootstrap from
LB_PARENT_MIRROR_BOOTSTRAP="http://packages.devuan.org/merged/"
# Set parent mirror to fetch packages from
LB_PARENT_MIRROR_CHROOT="http://packages.devuan.org/merged/"
# Set security parent mirror to fetch packages from
LB_PARENT_MIRROR_CHROOT_SECURITY="http://packages.devuan.org/merged/"
# Set parent mirror which ends up in the image
LB_PARENT_MIRROR_BINARY="http://packages.devuan.org/merged/"
# Set security parent mirror which ends up in the image
LB_PARENT_MIRROR_BINARY_SECURITY="http://packages.devuan.org/merged/"
# Set debian-installer parent mirror
LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://packages.devuan.org/merged/"
# Set mirror to bootstrap from
LB_MIRROR_BOOTSTRAP="http://packages.devuan.org/merged/"
# Set mirror to fetch packages from
LB_MIRROR_CHROOT="http://packages.devuan.org/merged/"
# Set security mirror to fetch packages from
LB_MIRROR_CHROOT_SECURITY="http://packages.devuan.org/merged/"
# Set mirror which ends up in the image
LB_MIRROR_BINARY="http://packages.devuan.org/merged/"
# Set security mirror which ends up in the image
LB_MIRROR_BINARY_SECURITY="http://packages.devuan.org/merged/"
# Set debian-installer mirror
LB_MIRROR_DEBIAN_INSTALLER="http://packages.devuan.org/merged/"
# Set options to use with debootstrap
DEBOOTSTRAP_OPTIONS="--keyring=/usr/share/keyrings/devuan-archive-keyring.gpg"
# Set architectures to use foreign bootstrap
LB_BOOTSTRAP_QEMU_ARCHITECTURE=""
# Set packages to exclude during foreign bootstrap
LB_BOOTSTRAP_QEMU_EXCLUDE=""
# Set static qemu binary for foreign bootstrap
LB_BOOTSTRAP_QEMU_STATIC=""
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment