V8.02.768.2025.06.01

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-01 15:34:36 +02:00
parent ebc61630d0
commit 2541f0eaff

View File

@@ -33,27 +33,6 @@ jobs:
image: debian:trixie
steps:
- name: DEBUG
run: |
mkdir -p /workspace/msw/CISS.debian.live.builder/opt/livebuild/chroot
touch /workspace/msw/CISS.debian.live.builder/opt/livebuild/chroot/test-dev-null && echo "touch OK" || echo "touch FAILED"
mount --bind /dev/null /workspace/msw/CISS.debian.live.builder/opt/livebuild/chroot/test-dev-null && echo "bind OK" || echo "bind FAILED"
echo "test" > /dev/null && echo "Write OK" || echo "Write FAILED"
echo "ls -l /dev/null"
ls -l /dev/null
echo "stat /dev/null"
stat /dev/null
echo "mount | grep ' / '"
mount | grep ' / '
echo "mount | grep 'ro,'"
mount | grep 'ro,'
echo "ls -l /lib64/rsyslog/omstdout.so"
ls -l /lib64/rsyslog/omstdout.so
echo "touch /tmp/testfile && echo "test" > /tmp/testfile && rm /tmp/testfile"
touch /tmp/testfile && echo "test" > /tmp/testfile && rm /tmp/testfile
echo "ls -lL /proc/self/fd/1"
ls -lL /proc/self/fd/1
- name: Basic Image Setup and enable Bookworm Backports.
run: |
apt-get update