diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-04-30 10:37:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-04-30 10:37:53 +0000 |
commit | 4139c6f66b2b7a6685a681aea1caf340f66839fa (patch) | |
tree | 0b57313c5a64bca622dcf7c166902eeee4845aec /kernel/list_modules.pm | |
parent | 8f5a440b8705732e2dd221cab769c1d796ba4338 (diff) | |
download | drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.tar drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.tar.gz drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.tar.bz2 drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.tar.xz drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.zip |
drop support for reiser4 (mga#5680)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index bbd72b1d2..0a59be2e4 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -202,7 +202,7 @@ our %l = ( loopback => [ qw(isofs loop squashfs) ], local => [ if_(arch() =~ /^ppc/, qw(hfs)), - qw(btrfs ext3 ext4 jfs nilfs2 ntfs reiserfs reiser4 vfat xfs), + qw(btrfs ext3 ext4 jfs nilfs2 ntfs reiserfs vfat xfs), ], various => [ qw(romfs ufs unionfs) ], |