summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-13 11:59:38 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-13 11:59:38 +0000
commit266141253c110551e0a6cd18d63efbed51b96e41 (patch)
tree40d91e6df7216df7540d96fabb1525b7115c3bf0
parentf0588baf8c7ef81387c3381a58b6b131c925f9c2 (diff)
downloaddrakx-266141253c110551e0a6cd18d63efbed51b96e41.tar
drakx-266141253c110551e0a6cd18d63efbed51b96e41.tar.gz
drakx-266141253c110551e0a6cd18d63efbed51b96e41.tar.bz2
drakx-266141253c110551e0a6cd18d63efbed51b96e41.tar.xz
drakx-266141253c110551e0a6cd18d63efbed51b96e41.zip
include "fuse" module (mga#5685)
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--perl-install/install/NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 357b9be3f..112bccc57 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -207,7 +207,7 @@ our %l = (
if_(arch() =~ /^ppc/, qw(hfs)),
qw(btrfs ext3 ext4 jfs nilfs2 ntfs reiserfs vfat xfs),
],
- various => [ qw(romfs ufs unionfs) ],
+ various => [ qw(romfs ufs unionfs fuse) ],
},
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 2e9ec934a..03ca4dfea 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- include "fuse" module (mga#5685)
+
Version 14.21 - 11 May 2012
- export res_init function to perl lib