archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.82k stars 509 forks source link

Fix null fs_type of partition (#2458) #2459

Closed hxzhao527 closed 2 months ago

hxzhao527 commented 2 months ago

PR Description:

fix the fs_type serializition and deserializition, especially when it is None

Tests and Checks

svartkanin commented 2 months ago

Thanks for the fix