V8.02.768.2025.06.01
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -33,27 +33,6 @@ jobs:
|
|||||||
image: debian:trixie
|
image: debian:trixie
|
||||||
|
|
||||||
steps:
|
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.
|
- name: Basic Image Setup and enable Bookworm Backports.
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user