Skip to content

main/postmarketos-initramfs: fix filesystem detection

Aster Boese requested to merge JustSoup321/pmaports:filesystem-detect-fix into master

Changes the regex of the initramfs to make sure that it is searching for filesystem type instead of any type (e.g. partition scheme type).

Currently while trying to find the filesystem type of a partition the regex of the initramfs can instead get fed the partition scheme type (e.g. gpt), causing it to error with an unsupported filesystem error.

Fixes #3303

Merge request reports

Loading