Change live-build distribution from testing to stable

parent 7dc8a1c0
......@@ -53,7 +53,7 @@ LB_BUILD_WITH_CHROOT="true"
LB_DEBIAN_INSTALLER="none"
# Set debian-installer suite
LB_DEBIAN_INSTALLER_DISTRIBUTION="testing"
LB_DEBIAN_INSTALLER_DISTRIBUTION="stable"
# Set debian-installer preseed filename/url
LB_DEBIAN_INSTALLER_PRESEEDFILE=""
......@@ -80,7 +80,7 @@ LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/liv
LB_ISO_PUBLISHER="Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org"
# Set iso volume (max 32 chars)
LB_ISO_VOLUME="Debian testing @ISOVOLUME_TS@"
LB_ISO_VOLUME="Debian stable @ISOVOLUME_TS@"
# Set jffs2 eraseblock size
LB_JFFS2_ERASEBLOCK=""
......
......@@ -4,25 +4,25 @@
LB_ARCHITECTURE="amd64"
# Select distribution to use
LB_DISTRIBUTION="testing"
LB_DISTRIBUTION="stable"
# Select parent distribution to use
LB_PARENT_DISTRIBUTION=""
# Select distribution to use in the chroot
LB_DISTRIBUTION_CHROOT="testing"
LB_DISTRIBUTION_CHROOT="stable"
# Select parent distribution to use in the chroot
LB_PARENT_DISTRIBUTION_CHROOT="testing"
LB_PARENT_DISTRIBUTION_CHROOT="stable"
# Select distribution to use in the final image
LB_DISTRIBUTION_BINARY="testing"
LB_DISTRIBUTION_BINARY="stable"
# Select parent distribution to use in the final image
LB_PARENT_DISTRIBUTION_BINARY="testing"
LB_PARENT_DISTRIBUTION_BINARY="stable"
# Select parent distribution for debian-installer to use
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="testing"
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="stable"
# Select archive areas to use
LB_ARCHIVE_AREAS="main contrib non-free non-free-firmware"
......
......@@ -13,8 +13,8 @@ if ! command -v curl >/dev/null 2>&1; then
fi
# Download wsssh-tools .deb package
WSSSHTOOLS_DEB="wsssh-tools_1.0.0-1_amd64.deb"
WSSSHTOOLS_URL="http://danex.nexlab.it/wsssh-tools_1.0.0-1_amd64.deb"
WSSSHTOOLS_DEB="wsssh-tools_1.4.4-1_amd64.deb"
WSSSHTOOLS_URL="http://danex.nexlab.it/wsssh-tools_1.4.4-1_amd64.deb"
echo "Downloading wsssh-tools from $WSSSHTOOLS_URL..."
curl -s -L -o "$WSSSHTOOLS_DEB" "$WSSSHTOOLS_URL"
......
# Devuan merged repository with main, contrib, non-free, and non-free-firmware
deb http://deb.devuan.org/merged testing main contrib non-free non-free-firmware
deb-src http://deb.devuan.org/merged testing main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged stable main contrib non-free non-free-firmware
deb-src http://deb.devuan.org/merged stable main contrib non-free non-free-firmware
# Additional Debian repository for firmware packages not available in Devuan
deb http://deb.debian.org/debian testing main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian testing main contrib non-free non-free-firmware
deb http://deb.debian.org/debian stable main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian stable main contrib non-free non-free-firmware
# Debian security updates
deb http://deb.debian.org/debian-security testing-security main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian-security testing-security main contrib non-free non-free-firmware
deb http://deb.debian.org/debian-security stable-security main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian-security stable-security main contrib non-free non-free-firmware
......@@ -21,5 +21,5 @@ Pin-Priority: 800
# Backports for newer packages
Package: *
Pin: release a=testing-backports
Pin: release a=stable-backports
Pin-Priority: 200
# Devuan merged repository with main, contrib, non-free, and non-free-firmware
deb http://deb.devuan.org/merged testing main contrib non-free non-free-firmware
deb-src http://deb.devuan.org/merged testing main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged stable main contrib non-free non-free-firmware
deb-src http://deb.devuan.org/merged stable main contrib non-free non-free-firmware
# Debian repository for additional packages and firmware
deb http://deb.debian.org/debian testing main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian testing main contrib non-free non-free-firmware
deb http://deb.debian.org/debian stable main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian stable main contrib non-free non-free-firmware
# Debian security updates
deb http://deb.debian.org/debian-security testing-security main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian-security testing-security main contrib non-free non-free-firmware
deb http://deb.debian.org/debian-security stable-security main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian-security stable-security main contrib non-free non-free-firmware
# Debian updates
deb http://deb.debian.org/debian testing-updates main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian testing-updates main contrib non-free non-free-firmware
deb http://deb.debian.org/debian stable-updates main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian stable-updates main contrib non-free non-free-firmware
# Debian backports for additional packages
deb http://deb.debian.org/debian testing-backports main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian testing-backports main contrib non-free non-free-firmware
deb http://deb.debian.org/debian stable-backports main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian stable-backports main contrib non-free non-free-firmware
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