aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 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 \