mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Add support for Btrfs
This commit is contained in:
parent
76c940db37
commit
545a337a81
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ Changelog
|
|||
----------
|
||||
Alex Adriaanse:
|
||||
* Fix DKMS kernel version error
|
||||
* Add support for Btrfs
|
||||
|
||||
2015-05-08
|
||||
----------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue