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

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

2019-11-07 Thread Timo Lindfors
On Thu, 7 Nov 2019, jonetsu wrote: And it reports: 'Size must be specified for non existent volume 'arch01.qcow2'' But the size is already specified as one of the options. At least the following works on Debian 10: virt-install \ --connect "qemu:///session" \ --name

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

2019-11-07 Thread Pavel Hrdina
On Thu, Nov 07, 2019 at 11:02:49AM -0500, jonetsu wrote: > 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

[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