home: hub: mkinitfs

Download patch

ref: db054160522546a1ad1110aa9bedc8dae456e3f0
parent: 9f9943eb32bc5129c450da785af021372d1d3fa5
author: Bartłomiej Piotrowski <b@bpiotrowski.pl>
date: Tue Mar 18 02:13:02 CDT 2014

Add F2FS support.

--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@
 		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 @@
 		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)
--- /dev/null
+++ b/modules.d/f2fs
@@ -1,0 +1,1 @@
+kernel/fs/f2fs