aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2014-03-18 07:13:02 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2014-03-18 07:18:10 +0100
commitdb054160522546a1ad1110aa9bedc8dae456e3f0 (patch)
treec08aff87e9be96339214373ccbf3a000aea59e65
parent9f9943eb32bc5129c450da785af021372d1d3fa5 (diff)
downloadmkinitfs-db054160522546a1ad1110aa9bedc8dae456e3f0.tar.bz2
mkinitfs-db054160522546a1ad1110aa9bedc8dae456e3f0.tar.xz
Add F2FS support.
-rw-r--r--Makefile3
-rw-r--r--modules.d/f2fs1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a0f82a..b1c6b56 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ CONF_FILES := mkinitfs.conf \
modules.d/ext2 \
modules.d/ext3 \
modules.d/ext4 \
+ modules.d/f2fs \
modules.d/floppy \
modules.d/gfs2 \
modules.d/jfs \
@@ -40,7 +41,7 @@ CONF_FILES := mkinitfs.conf \
files.d/kms \
files.d/lvm
-SCRIPTS := $(SBIN_FILES) initramfs-init
+SCRIPTS := $(SBIN_FILES) initramfs-init
IN_FILES := $(addsuffix .in,$(SCRIPTS))
GIT_REV := $(shell test -d .git && git describe || echo exported)
diff --git a/modules.d/f2fs b/modules.d/f2fs
new file mode 100644
index 0000000..b16edae
--- /dev/null
+++ b/modules.d/f2fs
@@ -0,0 +1 @@
+kernel/fs/f2fs