Linux - Virtualisation

From Smithnet Wiki
Revision as of 17:07, 24 February 2023 by NickPGSmith (talk | contribs)
Jump to navigation Jump to search

libvrit

Use virsh for command line tools

pool-list
pool-destroy default
pool-undefine default
pool-define-as --name default --type dir --target /mnt/vm
pool-autostart default
pool-start default

Here we use "default" as the pool name.

VirtualBox

Download the repo file into /etc/yum.repos.d

dnf install VirtualBox