Skip to content
Snippets Groups Projects
  1. Sep 25, 2024
    • Jakko's avatar
      main/postmarketos-ui-mate: fix installation of -openrc subpackage (MR 5627) · 3ce1ccad
      Jakko authored and Clayton Craft's avatar Clayton Craft committed
      [ci:skip-build]: already built successfully in CI
      Unverified
      3ce1ccad
    • Minecrell's avatar
      main/postmarketos-initramfs: mount subpartitions if root or boot is missing (MR 5625) · 1259d74b
      Minecrell authored and Alexey Minnekhanov's avatar Alexey Minnekhanov committed
      Commit 7030e08e ("postmarketos-initramfs: check for root subpartition
      (MR 5048)") changed the partition check in mount_subpartitions to look for
      the root partition instead of the boot partition, in order to mount
      subpartitions even if the pmOS_boot partition was already found.
      
      Unfortunately, this causes regressions for the opposite case: If we find a
      root partition, but the boot partition exists only as a subpartition then
      mount_subpartitions will return early, without actually making the boot
      partition accessible.
      
      This is easy to trigger if you have a different Linux distribution with an
      encrypted crypto_LUKS volume installed and then flash pmOS subpartitions to
      a single partition. find_root_partition() will return the crypto_LUKS
      partition (without checking if it belongs to pmOS) and the boot partition
      is not found.
      
      Fix both use cases by checking for root *and* boot partition. If any of
      them is not found, we try to mount the subpartitions.
      1259d74b
    • postmarketOS CI's avatar
      linux-next: upgrade to next-20240925 · 683be8f0
      postmarketOS CI authored
      Unverified
      683be8f0
  2. Sep 24, 2024
  3. Sep 23, 2024
  4. Sep 22, 2024
  5. Sep 21, 2024
  6. Sep 20, 2024
  7. Sep 19, 2024
  8. Sep 18, 2024
  9. Sep 17, 2024
  10. Sep 16, 2024
Loading