Add support for Btrfs

This commit is contained in:
Alex Adriaanse 2015-06-30 01:37:09 +00:00
parent 76c940db37
commit 545a337a81
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ Changelog
----------
Alex Adriaanse:
* Fix DKMS kernel version error
* Add support for Btrfs
2015-05-08
----------

View file

@ -150,7 +150,7 @@ definitions:
type: object
properties:
filesystem:
enum: [ext2, ext3, ext4, xfs]
enum: [ext2, ext3, ext4, xfs, btrfs]
format_command:
items: {type: string}
minItems: 1