V8.02.768.2025.06.01

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-01 12:45:49 +02:00
parent 79d66d3995
commit fdb172ff7c
2 changed files with 11 additions and 7 deletions

View File

@@ -36,16 +36,16 @@ jobs:
steps:
- name: Basic Image Setup and enable Bookworm Backports.
run: |
apt-get update
apt-get install -y apt-transport-https apt-utils ca-certificates openssl
sudo apt-get update
sudo apt-get install -y apt-transport-https apt-utils ca-certificates openssl
echo 'deb https://deb.debian.org/debian bookworm-backports main' \
>| /etc/apt/sources.list.d/bookworm-backports.list
apt-get update
sudo apt-get update
- name: Installing Build Tools.
run: |
apt-get update
apt-get install -y \
sudo apt-get update
sudo apt-get install -y \
cryptsetup \
curl \
debootstrap \
@@ -132,13 +132,16 @@ jobs:
touch opt/config/authorized_keys && chmod 0600 opt/config/authorized_keys
echo "${{ secrets.CISS_DLB_ROOT_PWD }}" >| opt/config/password.txt
echo "${{ secrets.CISS_DLB_ROOT_SSH_PUBKEY }}" >| opt/config/authorized_keys
mkdir -p opt/livebuild/chroot/dev
mknod opt/livebuild/chroot/dev/null c 1 3
chmod 666 opt/livebuild/chroot/dev/null
- name: Starting CISS.debian.live.builder. This may take a while ...
run: |
chmod 0700 ciss_live_builder.sh && chown root:root ciss_live_builder.sh
sudo chmod 0755 ciss_live_builder.sh
timestamp=$(date -u +"%Y_%m_%d_%H_%M_Z")
### Change "--autobuild=" to the specific kernel version you need: 6.12.22+bpo-amd64.
./ciss_live_builder.sh \
sudo ./ciss_live_builder.sh \
--autobuild=6.12.22+bpo-amd64 \
--architecture amd64 \
--build-directory opt/livebuild \

View File

@@ -86,6 +86,7 @@ lb_config_write() {
--mirror-chroot-security 'https://security.debian.org/' \
--mirror-debian-installer 'https://deb.debian.org/debian/' \
--mode debian \
--packages 'gpgv,ca-certificates' \
--parent-archive-areas main contrib non-free non-free-firmware \
--parent-debian-installer-distribution bookworm \
--parent-distribution bookworm \