diff options
-rwxr-xr-x | helpers/lh_chroot_hacks | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index df891042d..af8843760 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -74,9 +74,6 @@ then rm -f /etc/initramfs-tools/conf.d/resume 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* |