diff options
-rwxr-xr-x | helpers/lh_chroot_hacks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 753fcb681..7a90d369b 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -82,6 +82,10 @@ fi # Update initramfs Chroot "update-initramfs -k all -t -u" +# Ensure readable permissions on initramfs. loop-aes-utils sets umask to +# protect GPG keys, which live-helper does not support. +chmod go+r chroot/boot/initrd* + # Remove build systems clock drift echo "0.0 0 0.0" > chroot/etc/adjtime |