I am trying to install centos-8 guest vm (over Centos 6.6 host) using kvm/qemu method (virt-install --graphics none) & remote ssh session using putty.
While installation is working successfully - I am unable to find method to check installation progress.
In virt-install text interface I can see options such as 1,2,3 ALT-F1 for help...). However, using putty, I am unable to use them (for example to check storage.log, etc.)
I tried seeking support on various blog posts but no luck. I wish to understand correct approach on how to check progress of virt-install text interface based installation (preferably using putty). I am also keep to know if any log file can be checked (generated by virt-install process) wherein I can see installation progress.
Thanks in advance.