Virt-install: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
 
Line 6: Line 6:
=FAQ=
=FAQ=


==To run/test from PXE=
==To run/test from PXE==
Get network/bridge up (TODO: document) and then  
Get network/bridge up (TODO: document) and then  


  virt-install --pxe --network bridge=virbr0 --name foobar --memory 2000 --disk none --os-variant ubuntu8.04 --cpu host
  virt-install --pxe --network bridge=virbr0 --name foobar --memory 2000 --disk none --os-variant ubuntu8.04 --cpu host

Latest revision as of 13:08, 19 July 2019

Links


FAQ

To run/test from PXE

Get network/bridge up (TODO: document) and then

virt-install --pxe --network bridge=virbr0 --name foobar --memory 2000 --disk none --os-variant ubuntu8.04 --cpu host