Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archinstall/lib/interactions/disk_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = Size(32, Unit.GiB, SectorSize.default())
home_vol_size = total_vol_available - root_vol_size

lvm_vol_group = LvmVolumeGroup(vg_grp_name, pvs=other_part)
Expand Down