From 545a337a81da3a6a7762d36137bde38ea131ccd8 Mon Sep 17 00:00:00 2001 From: Alex Adriaanse Date: Tue, 30 Jun 2015 01:37:09 +0000 Subject: [PATCH] Add support for Btrfs --- CHANGELOG.rst | 1 + bootstrapvz/base/manifest-schema.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 79728ea..8ef6a87 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ Changelog ---------- Alex Adriaanse: * Fix DKMS kernel version error + * Add support for Btrfs 2015-05-08 ---------- diff --git a/bootstrapvz/base/manifest-schema.yml b/bootstrapvz/base/manifest-schema.yml index ed4b3f0..c3f2bda 100644 --- a/bootstrapvz/base/manifest-schema.yml +++ b/bootstrapvz/base/manifest-schema.yml @@ -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