summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-01 12:16:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-01 12:16:48 +0000
commit51f5bac1a1f77706da75f463841bd018f329f0ec (patch)
treee736477965cec27b7325af2a79a6163745000d1d
parentf69ba4eb1f2a9b923be66bd38f18f77ef0183eea (diff)
downloadmkinitfs-51f5bac1a1f77706da75f463841bd018f329f0ec.tar.bz2
mkinitfs-51f5bac1a1f77706da75f463841bd018f329f0ec.tar.xz
add btrfs support
-rw-r--r--Makefile1
-rw-r--r--modules.d/btrfs2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e7f9b19..1f4f54e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ SHARE_FILES := initramfs-init fstab passwd group
CONF_FILES := mkinitfs.conf \
modules.d/ata \
modules.d/base \
+ modules.d/btrfs \
modules.d/cdrom \
modules.d/cramfs \
modules.d/ext2 \
diff --git a/modules.d/btrfs b/modules.d/btrfs
new file mode 100644
index 0000000..b5a271f
--- /dev/null
+++ b/modules.d/btrfs
@@ -0,0 +1,2 @@
+kernel/crypto/crc32c*
+kernel/fs/btrfs