diff --git a/archinstall/lib/interactions/disk_conf.py b/archinstall/lib/interactions/disk_conf.py index 1f349786..43a82529 100644 --- a/archinstall/lib/interactions/disk_conf.py +++ b/archinstall/lib/interactions/disk_conf.py @@ -602,7 +602,7 @@ def suggest_lvm_layout( [p.length for p in other_part], Size(0, Unit.B, SectorSize.default()), ) - root_vol_size = Size(20, Unit.GiB, SectorSize.default()) + root_vol_size = process_root_partition_size(total_vol_available, SectorSize.default()) home_vol_size = total_vol_available - root_vol_size lvm_vol_group = LvmVolumeGroup(vg_grp_name, pvs=other_part)