home: hub: mkinitfs

Download patch

ref: 11393c9f8d3d2736103f222c60db9b7ad11a0636
parent: 51f5bac1a1f77706da75f463841bd018f329f0ec
author: Natanael Copa <ncopa@alpinelinux.org>
date: Tue Mar 1 06:27:20 CST 2011

added jfs, gfs2 and ocfs2

not sure how useful yet, but now its there at least.

--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,10 @@
 		modules.d/ext3 \
 		modules.d/ext4 \
 		modules.d/floppy \
+		modules.d/gfs2 \
+		modules.d/jfs \
 		modules.d/lvm \
+		modules.d/ocfs2 \
 		modules.d/raid \
 		modules.d/reiserfs \
 		modules.d/scsi \
--- /dev/null
+++ b/modules.d/gfs2
@@ -1,0 +1,1 @@
+kerne/fs/gfs2
--- /dev/null
+++ b/modules.d/jfs
@@ -1,0 +1,1 @@
+kerne/fs/jfs
--- /dev/null
+++ b/modules.d/ocfs2
@@ -1,0 +1,1 @@
+kerne/fs/ocfs2