Skip to content

main/postmarketos-mkinitfs: fix device sed regex

Oliver Smith requested to merge fix-device-regex into master

The p? is not redundant. Without it, the p in mmcblk0p2 for example does not get cut off, meaning the resulting device is not "mmcblk0" but "mmcblk0p". My bad, sorry for the breakage.

Fixes: #689 (closed), !1435 (closed):

  • 9f6600ba ("main/postmarketos-mkinitfs: rm pmOS_deleteme")
  • 9d86f6fe ("main/postmarketos-mkinitfs: resize: unallocated space check, even if forced")

Merge request reports