aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-01 12:42:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-01 12:42:36 +0000
commit9a48e586f36cd6be9d161c175e1a93d327b8f6c8 (patch)
treedef7a5b703cff252799dff3288e11f43f762090d
parent04de523b9c04675560f33a1ebfd8e80ee2db2bb8 (diff)
downloadalpine-conf-9a48e586f36cd6be9d161c175e1a93d327b8f6c8.tar.bz2
alpine-conf-9a48e586f36cd6be9d161c175e1a93d327b8f6c8.tar.xz
setup-disk: syslinux apparently supports booting from btrfs
-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