Change "Formatting /dev/sdX in ..." message if nothing will actually be formatted
I got a scare when I saw the "Formatting
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.
Yes this freaked me out lol