Displaying 2 results from an estimated 2 matches for "lago_basic_suite_3_6_engine_root".
2016 Jan 12
3
What are the advantages and disadvantages of running with or without libvirt?
...t is faster (direct sounds faster to
me), and if there are any major restrictions (networking?)
Here's an example command we are running (sorry, Python'ish, but you'll get
it):
['virt-sysprep', '--connect', 'qemu:///system', '-a',
u'/zram/3.6/images/lago_basic_suite_3_6_engine_root.qcow2',
'--selinux-relabel', '--hostname', 'lago_basic_suite_3_6_engine',
'--root-password', 'password:123456', '--mkdir', '/root/.ssh', '--chmod',
'0700:/root/.ssh', '--upload',
'/zram/3.6/id_rsa.pub:/root/.ssh...
2016 Jan 12
0
Re: What are the advantages and disadvantages of running with or without libvirt?
...runs its appliance, and that
seems to be what you're hitting here:
> Here's an example command we are running (sorry, Python'ish, but you'll get
> it):
>
> ['virt-sysprep', '--connect', 'qemu:///system', '-a',
> u'/zram/3.6/images/lago_basic_suite_3_6_engine_root.qcow2',
The virt-sysprep --connect option isn't anything to do with how
libguestfs runs its appliance, and it's not even significant in the
virt-sysprep command you've shown here.
The virt-sysprep --connect option affects how virt-sysprep (and other
tools) process the '-d'...