diff options
-rw-r--r-- | meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc index ae2aeca..6452bc3 100644 --- a/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc +++ b/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc | |||
@@ -78,7 +78,7 @@ do_deploy_append() { | |||
78 | fi | 78 | fi |
79 | 79 | ||
80 | if [ -f "${B}/$type.initramfs.unsigned" ]; then | 80 | if [ -f "${B}/$type.initramfs.unsigned" ]; then |
81 | install -m 0644 "${B}/$type.initramfs.unsigned" "${DEPLOYDIR}/efi-unsigned/type.initramfs" | 81 | install -m 0644 "${B}/$type.initramfs.unsigned" "${DEPLOYDIR}/efi-unsigned/$type.initramfs" |
82 | fi | 82 | fi |
83 | 83 | ||
84 | if [ -f "${D}/boot/$type-initramfs-${MACHINE}.bin.p7b" ]; then | 84 | if [ -f "${D}/boot/$type-initramfs-${MACHINE}.bin.p7b" ]; then |