Message ID | 20250226095921.168962-3-ch@denx.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Initramfs-crypt-hook patches, encryption on update | expand |
On 26.02.25 10:59, Claudius Heine wrote: > Signed-off-by: Claudius Heine <ch@denx.de> > --- > recipes-initramfs/initramfs-crypt-hook/files/local-top-complete | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete b/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete > index 54b8a6e..f1aa0d7 100644 > --- a/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete > +++ b/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete > @@ -262,7 +262,7 @@ for partition_set in $partition_sets; do > ;; > *) > panic "Unknown value ${partition_format}. Cannot create a encrypted partition !" > - ;; > + ;; > esac > > finalize_tpm2_encryption "$part_device" Thanks, applied already. Jan
diff --git a/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete b/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete index 54b8a6e..f1aa0d7 100644 --- a/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete +++ b/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete @@ -262,7 +262,7 @@ for partition_set in $partition_sets; do ;; *) panic "Unknown value ${partition_format}. Cannot create a encrypted partition !" - ;; + ;; esac finalize_tpm2_encryption "$part_device"
Signed-off-by: Claudius Heine <ch@denx.de> --- recipes-initramfs/initramfs-crypt-hook/files/local-top-complete | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)