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
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

Revision as of 13:06, 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