From c6953d232875a039723d575b0297df47507728ac Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 14 Dec 2005 14:44:29 +0000 Subject: move jfs and xfs in fs/local, so that they get included in stage1 --- kernel/list_modules.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel') diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index c95ca7837..5a0f08ca9 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -156,9 +156,9 @@ our %l = ( local => [ if_(arch() =~ /^i.86|x86_64/, qw(vfat ntfs)), if_(arch() =~ /^ppc/, qw(hfs)), - qw(reiserfs), + qw(reiserfs jfs xfs), ], - various => [ qw(smbfs romfs ext3 xfs jfs ufs ntfs) ], + various => [ qw(smbfs romfs ext3 ufs ntfs) ], }, -- cgit v1.2.1