Virt-install: Difference between revisions

From DWIKI
(Created page with " =Links= *[https://raymii.org/s/articles/virt-install_introduction_and_copy_paste_distro_install_commands.html Installing Virtual Machines with virt-install, plus copy pastabl...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
=Links=
=Links=
*[https://raymii.org/s/articles/virt-install_introduction_and_copy_paste_distro_install_commands.html Installing Virtual Machines with virt-install, plus copy pastable distro install one-liners]
*[https://raymii.org/s/articles/virt-install_introduction_and_copy_paste_distro_install_commands.html Installing Virtual Machines with virt-install, plus copy pastable distro install one-liners]
=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

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