From 43234ed0a9f1736dfd9e6932548d1278acf08860 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 16 Feb 2009 10:50:27 +0000 Subject: reorganized modules in fs section of list_modules and added reiser4 --- kernel/list_modules.pm | 7 +++---- perl-install/NEWS | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ef7fae4c5..80d04e98b 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -163,15 +163,14 @@ our %l = ( fs => { - network => [ qw(af_packet nfs) ], + network => [ qw(af_packet nfs smbfs) ], cdrom => [ qw(isofs) ], loopback => [ qw(isofs loop squashfs) ], local => [ - if_(arch() =~ /^i.86|x86_64/, qw(vfat ntfs)), if_(arch() =~ /^ppc/, qw(hfs)), - qw(reiserfs jfs xfs), + qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4), ], - various => [ qw(smbfs romfs ext3 ext4dev ext4 ufs ntfs unionfs) ], + various => [ qw(romfs ufs unionfs) ], }, diff --git a/perl-install/NEWS b/perl-install/NEWS index f14238a9e..f19f64b58 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- reorganized modules in fs section of list_modules and added reiser4 + Version 11.87 - 14 February 2009 - diskdrake: -- cgit v1.2.1