V8.02.768.2025.06.01

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-01 17:52:53 +02:00
parent fa562c0b15
commit 1993b9ec05

View File

@@ -137,6 +137,7 @@ jobs:
mkdir -p opt/livebuild/config/hooks/normal
touch opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
chmod 0775 opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating opt/livebuild/config/hooks/normal/0000-fix-dev.chroot. \e[0m\n"
cat << 'EOF' >| opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
#!/bin/bash
# SPDX-Version: 3.0
@@ -159,6 +160,8 @@ jobs:
fi
chmod 666 /dev/null
EOF
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating opt/livebuild/config/hooks/normal/0000-fix-dev.chroot. \e[0m\n"
ls -l opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
- name: Starting CISS.debian.live.builder. This may take a while ...
run: |