diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-01-25 02:43:12 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-01-25 02:43:12 +0000 |
commit | c67962c02e22062b63cfb6b136e0cee3693ccd60 (patch) | |
tree | 31e3d15ac7a0358d80e17117b404bcef448e116f /loader | |
parent | 739988ad0810e9d1b70be7a24e25b839bc411477 (diff) | |
download | anaconda-c67962c02e22062b63cfb6b136e0cee3693ccd60.tar.gz anaconda-c67962c02e22062b63cfb6b136e0cee3693ccd60.tar.xz anaconda-c67962c02e22062b63cfb6b136e0cee3693ccd60.zip |
add lvm-mod to the loaded module set and add jfs and xfs too while we're at it (since having non-existent modules isn't fatal)
Diffstat (limited to 'loader')
-rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index a5e68df51..fa6dbfa06 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -3107,7 +3107,7 @@ int main(int argc, char ** argv) { /* We must look for cards which require the agpgart module */ agpgartInitialize(modLoaded, modDeps, modInfo, flags); - mlLoadModuleSet("raid0:raid1:raid5:msdos:ext3:reiserfs", + mlLoadModuleSet("raid0:raid1:raid5:msdos:ext3:reiserfs:jfs:xfs:lvm-mod", modLoaded, modDeps, modInfo, flags); |