summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup-disk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in
index d7fa12d..4d67fcd 100644
--- a/setup-disk.in
+++ b/setup-disk.in
@@ -128,7 +128,7 @@ find_mount_dev() {
}
supported_boot_fs() {
- local supported="ext2 ext3 ext4"
+ local supported="ext2 ext3 ext4 btrfs"
local fs=
for fs in $supported; do
[ "$fs" = "$1" ] && return 0