diff --git a/.gitea/workflows/generate-iso.yaml b/.gitea/workflows/generate-iso.yaml index 1a9053b..16bbd59 100644 --- a/.gitea/workflows/generate-iso.yaml +++ b/.gitea/workflows/generate-iso.yaml @@ -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