-
- Downloads
postmarketos-initramfs: check for root subpartition (MR 5048)
In mount_subpartition we currently try to look for the boot partition,
to see if we're done (either we aren't using subpartitions or we found
the right one). However it is possible that a device might have
originally used the subpartition scheme, but was later converted to have
a real boot partition (for EFI for example).
In this scenario, the boot partition would be found immediately, but the
root subpartition would not be.
Address this by making mount_subpartition check for success by calling
find_root_partition instead of find_boot_partition. For most
installations this has no impact.
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
-
mentioned in merge request !5449 (closed)
By Caleb Connolly on 2024-08-03T18:18:29
Edited by Ghost User -
Please register or sign in to comment