explicitly add overlayfs as backingstore to readme

fixes #351
This commit is contained in:
Robin Gloster 2015-09-08 21:00:26 +00:00
parent 25d10cd3bc
commit 95bfdfd54d

View file

@ -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'