mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
update post
This commit is contained in:
parent
8ac9cb02d0
commit
2fa4f76231
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ sudo apt update && sudo apt install \ # [tl! .cmd]
|
||||||
|
|
||||||
[^problem]: and [will not go to space today](https://xkcd.com/1133/).
|
[^problem]: and [will not go to space today](https://xkcd.com/1133/).
|
||||||
|
|
||||||
I'll be configuring Vagrant to use [`libvirt`](https://libvirt.org/) to interface with the [Kernel Virtual Machine (KVM)](https://www.linux-kvm.org/page/Main_Page) virtualization solution (rather than something like VirtualBox that would bring more overhead) so I'll need to install some packages for that as well:
|
I'll be configuring Vagrant to use [`libvirt`](https://libvirt.org/) to interface with the [Kernel Virtual Machine (KVM)](https://www.linux-kvm.org/page/Main_Page) virtualization solution (rather than something like VirtualBox which would require kernel modules that can't be loaded in ChromeOS) so I'll need to install some packages for that as well:
|
||||||
```shell
|
```shell
|
||||||
sudo apt install virt-manager libvirt-dev # [tl! .cmd]
|
sudo apt install virt-manager libvirt-dev # [tl! .cmd]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue