diff options
author | Erik Troan <ewt@redhat.com> | 2001-01-23 22:56:42 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-01-23 22:56:42 +0000 |
commit | 7b724a1d883a9ced8550bcc2c50353ebe43be5eb (patch) | |
tree | d7e90930ee1ab952bdd2700a23fd6c274b1ce744 /loader | |
parent | 75344b702fedc9f9337953082d247c3cbfc83943 (diff) | |
download | anaconda-7b724a1d883a9ced8550bcc2c50353ebe43be5eb.tar.gz anaconda-7b724a1d883a9ced8550bcc2c50353ebe43be5eb.tar.xz anaconda-7b724a1d883a9ced8550bcc2c50353ebe43be5eb.zip |
need msdos module for syslinux
Diffstat (limited to 'loader')
-rw-r--r-- | loader/loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.c b/loader/loader.c index 16d547ac5..af29ea8a9 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2781,6 +2781,7 @@ int main(int argc, char ** argv) { mlLoadModule("raid0", NULL, modLoaded, modDeps, NULL, modInfo, flags); mlLoadModule("raid1", NULL, modLoaded, modDeps, NULL, modInfo, flags); mlLoadModule("raid5", NULL, modLoaded, modDeps, NULL, modInfo, flags); + mlLoadModule("msdos", NULL, modLoaded, modDeps, NULL, modInfo, flags); mlLoadModule("vfat", NULL, modLoaded, modDeps, NULL, modInfo, flags); mlLoadModule("ext3", NULL, modLoaded, modDeps, NULL, modInfo, flags); |