]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(debian): no need to change permissions
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 27 Sep 2025 15:13:14 +0000 (11:13 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 27 Sep 2025 15:30:09 +0000 (11:30 -0400)
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'
```

test/container/Dockerfile-debian

index 36ca52453451894b3ee993e06c48af47928f3e73..6eb663ffb038c5afd6f7c93fbef232a1277b4a76 100644 (file)
@@ -99,6 +99,4 @@ RUN \
     tpm2-tools \
     xorriso \
     zstd \
-    && apt-get clean \
-    && chmod a+r /boot/vmlinu*
-
+    && apt-get clean