Add libvirt-dev as dependance for vagrant plugin

This commit is contained in:
frju365 2019-09-30 10:28:51 +02:00 committed by GitHub
parent 6dd1a3c7c7
commit bb88e63dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ The following commands should work on **Linux Mint 19** (and possibly on any Deb
```bash ```bash
$ sudo apt update $ sudo apt update
$ sudo apt install git vagrant lxc-templates lxctl lxc cgroup-lite redir bridge-utils libc6 debootstrap $ sudo apt install git vagrant lxc-templates lxctl lxc cgroup-lite redir bridge-utils libc6 debootstrap libvirt-dev
$ vagrant plugin install vagrant-lxc $ vagrant plugin install vagrant-lxc
$ echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" | sudo tee -a /etc/fstab $ echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" | sudo tee -a /etc/fstab
$ sudo mount /sys/fs/cgroup $ sudo mount /sys/fs/cgroup