On Mon, Oct 14, 2019 at 08:34:42AM -0400, Jerry Geis wrote: > > > so you can try like: virt-install -n NAME -r mem --vcpus=N --accelerate > >--os-type=X --os-variant=X --disk path=/dev/nvme0n1[pN] ...and so on. > > Is there a command for virt-manager stuff that is just like qemu? Just > command line - I dont want the GUI popping up and all that stuff. I dont > need it creating all other files - just a simple command line ? I have not > found that yet with my searching. virt-install can be run with no GUI. You can set it up to automatically start a serial console in case you need to interact with the install. You can also use 'virsh' to edit VM configs from the command line. -- Jonathan Billings <billings at negate.org>