dcantrell / pyparted

Python bindings for GNU parted (libparted)
GNU General Public License v2.0
85 stars 42 forks source link

Add support for PARTITION_LINUX_HOME #88

Closed bcl closed 2 years ago

bcl commented 2 years ago

Used to set the systemd Linux /home directory GUID on a GPT partition.

Note that "linux-home" isn't a typo. Upstream has inconsistent use of _ and - (eg. bls_boot vs. linux-home).

bcl commented 2 years ago

Looks like the code no longer builds with older parted versions? PARTITION_LINUX_HOME was added in 3.4-10 so the test runner needs to be updated to rawhide instead of F34.

dcantrell commented 2 years ago

Well I updated the GitHub Action definition to use the latest Fedora release, but I can't figure out how to rerun this PR against HEAD. So I'm going to just merge this anyway and fix any fallout.