From 95bfdfd54db3980918255a0df6436a1587b200f0 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Tue, 8 Sep 2015 21:00:26 +0000 Subject: [PATCH] explicitly add overlayfs as backingstore to readme fixes #351 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a71316e..7ff226e 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ specified from the provider block and it defaults to `best`, to change it: ```ruby Vagrant.configure("2") do |config| config.vm.provider :lxc do |lxc| - lxc.backingstore = 'lvm' # or 'btrfs',... + lxc.backingstore = 'lvm' # or 'btrfs', 'overlayfs', ... # lvm specific options lxc.backingstore_option '--vgname', 'schroots' lxc.backingstore_option '--fssize', '5G'