Actualiser Failures traces and actions

2025-10-28 14:12:36 +01:00
parent 229ac9f752
commit d1c5dcd236

@@ -1,4 +1,4 @@
# Bug to final step `mkinitramfs`
# Bug to final step `mkinitramfs` [WORKAROUD]
Building fails with the message :
@@ -9,3 +9,5 @@ mkinitramfs: copy_file: binary '/usr/lib/*-linux-gnu/liblzma.so.5' not found
E: /usr/share/initramfs-tools/hooks/kmod failed with return 1.
```
The problem comes from `/usr/share/initramfs-tools/hook-functions` where `copy_file` is declared.
A workaround is to link armhf lib to *-linux-gnu and the final step works producing an operational image. A better clean solution should be found.