Actualiser Failures traces and actions
@@ -1,4 +1,4 @@
|
|||||||
# Bug to final step `mkinitramfs`
|
# Bug to final step `mkinitramfs` [WORKAROUD]
|
||||||
|
|
||||||
Building fails with the message :
|
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.
|
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.
|
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.
|
||||||
Reference in New Issue
Block a user