This is an edge case, but when creating the username `wheel`, the installer will error out:  Should use this instead: `useradd -m -g wheel {user}` in [installer.py](https://github.com/archlinux/archinstall/blob/master/archinstall/lib/installer.py#L1291)
This is an edge case, but when creating the username
wheel, the installer will error out:Should use this instead:
useradd -m -g wheel {user}in installer.py