mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 14:27:09 +00:00
This is driven by online encryption scenarios. In order to efficiently encrypt the root filesystem without modifying the partition layout, the kernel should sit in an un-encrypted /boot partition. Instead of creating a new partition that would change the default partition layout, we mount the ESP on /boot. We also need to then bind mount /boot on /boot/efi because that's where Grub expects the ESP to be located.