installer
installer copied to clipboard
Both NetworkManager.service and wpa_supplicant are enabled on boot
Which makes unable to connect to wifi and the installer throws "unable to initialize interface wlp7s0" and exits the install process.
fix : systemctl stop NetworkManager.service
Had to google for 30 minutes before i found the problem. Leaving here in case someone stumbles into the same problem.