💾 Archived View for freeshell.de › tldr › virt-install.gmi captured on 2022-04-28 at 19:44:57. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

virt-install

Create virtual machines with libvirt and begin OS installation.

More information.

virt-install --name {vm_name} --memory {1024} --disk path={path/to/image.qcow2},size={12} --cdrom {path/to/debian.iso}
virt-install --name {vm_name} --arch {x86_64} --virt-type {kvm} --machine {q35} --boot {uefi} --memory {4096} --disk path={path/to/image.raw},size={16} --cdrom {path/to/fedora.iso}
virt-install --name {vm_name} --memory {512} --disk {none} --controller {type=usb,model=none} --sound {none} --autoconsole {none} --install {no_install=yes}  --cdrom {path/to/tails.iso}
virt-install --name {vm_name} --cpu {host-model},topology.sockets={1},topology.cores={4},topology.threads={2} --memory {16384} --disk path={path/to/image.qcow2},size={250} --cdrom {path/to/debian.iso}
virt-install --name {vm_name} --memory {2048} --disk path={path/to/image.qcow2},size={20} --location={https://download.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/os/} --extra-args={"inst.ks=https://path/to/valid/kickstart.org"}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY