archlinux / archinstall

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

Fix 2479 - remove unnecessary partiton info field #2485

Closed svartkanin closed 1 month ago

svartkanin commented 2 months ago

This fixes #2479

The PartitionModification class contained a part_info field that is not compatible for deepcopy and therefore the error. It seems that this field isn't actually used anywhere and therefore should be save to be removed

svartkanin commented 2 months ago

@Torxed could approve this so we can merge it otherwise manual partitioning is broken on master