V8.03.644.2025.06.07
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m11s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-07 12:59:05 +02:00
parent bc58199d11
commit a34dbb41da
10 changed files with 53 additions and 41 deletions

View File

@@ -44,4 +44,7 @@
🎯
🔍
💡
📐
✍️
🏗
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh

View File

@@ -26,7 +26,7 @@ on:
jobs:
generate-private-ciss-debian-live-iso:
name: 🔐 Generating a Private Live ISO FLV 0.
runs-on: ciss.debian.live.builder
runs-on: ciss.debian.live.builder.iso.generator
### Run all steps inside Debian Bookworm
container:

View File

@@ -26,7 +26,7 @@ on:
jobs:
generate-private-ciss-debian-live-iso:
name: 💙 Generating a PUBLIC Live ISO.
runs-on: ciss.debian.live.builder
runs-on: ciss.debian.live.builder.iso.generator
### Run all steps inside Debian Bookworm
container:

View File

@@ -25,8 +25,6 @@ DEBIAN_FRONTEND=noninteractive \
curl \
debootstrap \
iproute2 \
linux-doc-6.12 \
linux-source \
ncat \
nmap \
ssh \

View File

@@ -15,6 +15,17 @@ include_toc: true
## V8.03.644.2025.06.07
* Updated workflows ISO Generators Runners.
* Installing ``bookworm-backports`` Versions of:
* ``btrfs-progs``
* ``curl``
* ``debootstrap``
* ``iproute2``
* ``ncat``
* ``nmap``
* ``ssh``
* ``systemd``
* ``systemd-sysv``
* ``whois``
## V8.03.512.2025.06.06