summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-01 12:27:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-01 12:27:20 +0000
commit11393c9f8d3d2736103f222c60db9b7ad11a0636 (patch)
tree833694a53f267a997bd109e245bc960270732cc3
parent51f5bac1a1f77706da75f463841bd018f329f0ec (diff)
downloadmkinitfs-11393c9f8d3d2736103f222c60db9b7ad11a0636.tar.bz2
mkinitfs-11393c9f8d3d2736103f222c60db9b7ad11a0636.tar.xz
added jfs, gfs2 and ocfs2
not sure how useful yet, but now its there at least.
-rw-r--r--Makefile3
-rw-r--r--modules.d/gfs21
-rw-r--r--modules.d/jfs1
-rw-r--r--modules.d/ocfs21
4 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f4f54e..6389d04 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,10 @@ CONF_FILES := mkinitfs.conf \
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 \
diff --git a/modules.d/gfs2 b/modules.d/gfs2
new file mode 100644
index 0000000..40ecf79
--- /dev/null
+++ b/modules.d/gfs2
@@ -0,0 +1 @@
+kerne/fs/gfs2
diff --git a/modules.d/jfs b/modules.d/jfs
new file mode 100644
index 0000000..1e895f8
--- /dev/null
+++ b/modules.d/jfs
@@ -0,0 +1 @@
+kerne/fs/jfs
diff --git a/modules.d/ocfs2 b/modules.d/ocfs2
new file mode 100644
index 0000000..910935a
--- /dev/null
+++ b/modules.d/ocfs2
@@ -0,0 +1 @@
+kerne/fs/ocfs2