archlinux / archinstall

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

Missing manual partitioning prompt #2916

Open codefiles opened 6 days ago

codefiles commented 6 days ago

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

https://github.com/archlinux/archinstall/blob/41600aefa465d35fd3999beb405174e2dce11402/archinstall/lib/disk/partitioning_menu.py#L457-L458

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

@svartkanin, could you get this?