mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-12 09:18:00 +03:00
215d296b61
virt-install -n blah -r 1024 --vcpu=1 --disk=/root/vm/blah.qcow2,size=10\ --network=bridge:br-public --pxe --boot=network,rebootTimeout=3 By default, in case of (first) pxe boot failure the VM will simply stop trying. By adding the above, VM will re-try pxe boot. ( useful when DHCP not replys on first attempt. Libvirt support it and VM XML will look as follow : ( 'bios rebootTimeout' will be created under OS section. ) <os> <type arch='x86_64' machine='pc-i440fx-rhel7.5.0'>hvm</type> <boot dev='network'/> <bios rebootTimeout='3'/> </os> (crobinso: fix it, add test case) |
||
---|---|---|
.. | ||
__init__.py | ||
blkiotune.py | ||
clock.py | ||
cpu.py | ||
cputune.py | ||
features.py | ||
idmap.py | ||
memorybacking.py | ||
memtune.py | ||
metadata.py | ||
numatune.py | ||
os.py | ||
pm.py | ||
resource.py | ||
seclabel.py | ||
sysinfo.py | ||
xmlnsqemu.py |