summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index 257fe5ae5..04c333078 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- add unionfs module
+
Version 1.12 - 17 July 2007, by Olivier "blino" Blin
- add ide-disk module
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index bbe5d6f7e..938adfc29 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -167,7 +167,7 @@ our %l = (
if_(arch() =~ /^ppc/, qw(hfs)),
qw(reiserfs jfs xfs),
],
- various => [ qw(smbfs romfs ext3 ufs ntfs) ],
+ various => [ qw(smbfs romfs ext3 ufs ntfs unionfs) ],
},