Merge pull request #53 from frju365/master

Add libvirt-dev as dependance for vagrant plugin
This commit is contained in:
frju365 2019-09-30 13:32:50 +02:00 committed by GitHub
commit d2ef67fd62
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
$ 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
$ echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" | sudo tee -a /etc/fstab
$ sudo mount /sys/fs/cgroup