Skip to content

Commit

Permalink
doc: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuels authored Jan 23, 2018
1 parent dacc9d2 commit 582c45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Requires Virtualbox 5
After installing you can set the location and size of the persistent storage.

The following options will create a persistent storage with 5000 MB, named mysql,
mounted on /var/lib/mysql, in a volume group called 'vagrant'
mounted on /var/lib/mysql, in a volume group called 'myvolgroup'
```ruby
config.persistent_storage.enabled = true
config.persistent_storage.location = "~/development/sourcehdd.vdi"
Expand All @@ -25,7 +25,7 @@ config.persistent_storage.volgroupname = 'myvolgroup'
```

With `config.persistent_storage.mountoptions` you can change the mount options (default: defaults).
A example which sets `prjquota` option with xfs.
An example which sets `prjquota` option with xfs.
```ruby
config.persistent_storage.mountname = 'xfs'
config.persistent_storage.filesystem = 'xfs'
Expand Down

0 comments on commit 582c45e

Please sign in to comment.