Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MbetterLiveCD
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mbetter
MbetterLiveCD
Commits
1a1e9e20
Commit
1a1e9e20
authored
Nov 11, 2025
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change live-build distribution from testing to stable
parent
7dc8a1c0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
27 deletions
+27
-27
binary
config/binary
+2
-2
bootstrap
config/bootstrap
+6
-6
9981-install-wsssh-tools.hook.chroot
config/hooks/live/9981-install-wsssh-tools.hook.chroot
+2
-2
sources.list
config/includes.chroot/etc/apt/sources.list
+6
-6
preferences
config/includes.chroot_before_packages/etc/apt/preferences
+1
-1
sources.list
config/includes.chroot_before_packages/etc/apt/sources.list
+10
-10
No files found.
config/binary
View file @
1a1e9e20
...
...
@@ -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=""
...
...
config/bootstrap
View file @
1a1e9e20
...
...
@@ -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"
...
...
config/hooks/live/9981-install-wsssh-tools.hook.chroot
View file @
1a1e9e20
...
...
@@ -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
"
...
...
config/includes.chroot/etc/apt/sources.list
View file @
1a1e9e20
# 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
config/includes.chroot_before_packages/etc/apt/preferences
View file @
1a1e9e20
...
...
@@ -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
config/includes.chroot_before_packages/etc/apt/sources.list
View file @
1a1e9e20
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment