archlinux/archinstall

Missing manual partitioning prompt

codefiles opened this issue · 0 comments

With commit 88b91ae, the manual_partitioning() prompt is no longer shown.

prompt = str(_('Partition management: {}')).format(device.device_info.path) + '\n'
prompt += str(_('Total length: {}')).format(device.device_info.total_size.format_size(Unit.MiB))

ListManager does nothing with _prompt. Looks like it could be put at the beginning of header.

@svartkanin, could you get this?