summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-01-23 22:56:42 +0000
committerErik Troan <ewt@redhat.com>2001-01-23 22:56:42 +0000
commit7b724a1d883a9ced8550bcc2c50353ebe43be5eb (patch)
treed7e90930ee1ab952bdd2700a23fd6c274b1ce744 /loader
parent75344b702fedc9f9337953082d247c3cbfc83943 (diff)
downloadanaconda-7b724a1d883a9ced8550bcc2c50353ebe43be5eb.tar.gz
anaconda-7b724a1d883a9ced8550bcc2c50353ebe43be5eb.tar.xz
anaconda-7b724a1d883a9ced8550bcc2c50353ebe43be5eb.zip
need msdos module for syslinux
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c1
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);