From: Jo Zzsi Date: Sat, 27 Sep 2025 15:13:14 +0000 (-0400) Subject: fix(debian): no need to change permissions X-Git-Tag: 109~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f14e3a25a14b53854a2570f632767fbcfd62d08e;p=thirdparty%2Fdracut-ng.git fix(debian): no need to change permissions CI runs as root, no need to customize the Debian container. Fixes the following error ``` chmod: cannot operate on dangling symlink '/boot/vmlinuz' chmod: cannot operate on dangling symlink '/boot/vmlinuz.old' ``` --- diff --git a/test/container/Dockerfile-debian b/test/container/Dockerfile-debian index 36ca52453..6eb663ffb 100644 --- a/test/container/Dockerfile-debian +++ b/test/container/Dockerfile-debian @@ -99,6 +99,4 @@ RUN \ tpm2-tools \ xorriso \ zstd \ - && apt-get clean \ - && chmod a+r /boot/vmlinu* - + && apt-get clean