summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-12-14 14:44:29 +0000
committerOlivier Blin <oblin@mandriva.org>2005-12-14 14:44:29 +0000
commitc6953d232875a039723d575b0297df47507728ac (patch)
tree0ff8ae7046356d8405660a59319c4e3d1fe12fae
parent1916c24a7262b42c35f2c517420d06a6d86d2b25 (diff)
downloaddrakx-c6953d232875a039723d575b0297df47507728ac.tar
drakx-c6953d232875a039723d575b0297df47507728ac.tar.gz
drakx-c6953d232875a039723d575b0297df47507728ac.tar.bz2
drakx-c6953d232875a039723d575b0297df47507728ac.tar.xz
drakx-c6953d232875a039723d575b0297df47507728ac.zip
move jfs and xfs in fs/local, so that they get included in stage1
-rw-r--r--kernel/list_modules.pm4
1 files changed, 2 insertions, 2 deletions
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) ],
},