summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-21 18:55:45 +0000
committerMatt Wilson <msw@redhat.com>2001-06-21 18:55:45 +0000
commitaac1cc525c453a9de23022592cd1f8e57e42de5b (patch)
tree75471e9ed9f4a2fa20ce567e5b4f3e72578ca176 /loader
parent14fcdc61de598add125c90e4a45e849b8791bd17 (diff)
downloadanaconda-aac1cc525c453a9de23022592cd1f8e57e42de5b.tar.gz
anaconda-aac1cc525c453a9de23022592cd1f8e57e42de5b.tar.xz
anaconda-aac1cc525c453a9de23022592cd1f8e57e42de5b.zip
reiserfs support
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 a3759dc33..19bb7f34c 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2705,6 +2705,7 @@ int main(int argc, char ** argv) {
mlLoadModule("msdos", NULL, modLoaded, modDeps, NULL, modInfo, flags);
mlLoadModule("vfat", NULL, modLoaded, modDeps, NULL, modInfo, flags);
mlLoadModule("ext3", NULL, modLoaded, modDeps, NULL, modInfo, flags);
+ mlLoadModule("reiserfs", NULL, modLoaded, modDeps, NULL, modInfo, flags);
usbInitializeMouse(modLoaded, modDeps, modInfo, flags);