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
commitf505d7a449ff01866185cfa198fed3d7c0f43beb (patch)
tree40d91e6df7216df7540d96fabb1525b7115c3bf0
parentfc79bea0e81ba004efed2590a50e0b3aafdeea5a (diff)
downloaddrakx-backup-do-not-use-f505d7a449ff01866185cfa198fed3d7c0f43beb.tar
drakx-backup-do-not-use-f505d7a449ff01866185cfa198fed3d7c0f43beb.tar.gz
drakx-backup-do-not-use-f505d7a449ff01866185cfa198fed3d7c0f43beb.tar.bz2
drakx-backup-do-not-use-f505d7a449ff01866185cfa198fed3d7c0f43beb.tar.xz
drakx-backup-do-not-use-f505d7a449ff01866185cfa198fed3d7c0f43beb.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