Re: Guest restarting after issuing a shutdown

2022-04-04 Thread jonetsu
On Fri, 1 Apr 2022 13:42:00 -0400 Andrea Bolognani wrote: > Try passing --no-reboot to virt-install. Thanks, this works very well. ... And it reminded me to look at the manual ! :) Cheers.

Guest restarting after issuing a shutdown

2022-04-01 Thread jonetsu
Hello everyone, I create kvm machines using a bash script. As expected from the script, the resulting virtual machines are performing as they should be. The aspect that I do not get is at the end of the creation, when issuing a 'shutdown now' in the guest and expecting that it will shut down. I

Re: [libvirt-users] Understanding the use of virt-install from the CLI (Linux)

2019-11-07 Thread jonetsu
On Thu, 7 Nov 2019 16:44:45 +0200 (EET) Timo Lindfors wrote: > At least the following works on Debian 10: Thanks. That's quite a few options to read about. One question: what is the pressed.cfg about ? Is it to seed the rng early in the install process ? _

Re: [libvirt-users] Understanding the use of virt-install from the CLI (Linux)

2019-11-07 Thread jonetsu
On Thu, 7 Nov 2019 17:52:32 +0100 Pavel Hrdina wrote: > The issue is that you are using the virt-install --disk option > incorrectly. If you look into man page of virt-install you can see > some examples. The options for each parameter needs to be separated > by comma. The command line that you

[libvirt-users] Understanding the use of virt-install from the CLI (Linux)

2019-11-07 Thread jonetsu
Hello, I've created several VMs using virt-manager and am using them. This time around though, I'd like to use the CLI approach. The problem resides in defining a storage space. This is using virt-install 1.5.1 on Xubuntu 18.04. For the occasion I created a new directory to store images. So I