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 :
|
||||||
|
|
||||||
@@ -8,4 +8,6 @@ W: Couldn't identify type of root file system '/dev/sda1' for fsck hook
|
|||||||
mkinitramfs: copy_file: binary '/usr/lib/*-linux-gnu/liblzma.so.5' not found
|
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