You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a scare when I saw the "Formatting in 5..." message even though I setup the partitions such that none of them said "create" or "modify" in the table shown by archinstall. I would definitely prefer that the message only be shown if anything will actually be formatted...
I got a scare when I saw the "Formatting in 5..." message even though I setup the partitions such that none of them said "create" or "modify" in the table shown by archinstall. I would definitely prefer that the message only be shown if anything will actually be formatted...
Here's the print statement of the "Formatting" message: https://github.com/archlinux/archinstall/blob/master/archinstall%2Flib%2Fdisk%2Ffilesystem.py#L49
And here's where partitions are filtered for "create" or "modify" partitions:
https://github.com/archlinux/archinstall/blob/master/archinstall%2Flib%2Fdisk%2Ffilesystem.py#L98-L99
This isn't a crucial issue but I feel it could prevent headaches for many users.
The text was updated successfully, but these errors were encountered: