summaryrefslogtreecommitdiffstats
path: root/loader2/modules.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-02-01 21:42:21 +0000
committerBill Nottingham <notting@redhat.com>2004-02-01 21:42:21 +0000
commit7d1869a47c98822a8df262cbda35412c2b83082c (patch)
tree57e70654ec2c591d274d13ef17444dcf9607ca3a /loader2/modules.c
parentcd76ecc0f4a326030c5c0e6ca711311fcf5f979f (diff)
downloadanaconda-7d1869a47c98822a8df262cbda35412c2b83082c.tar.gz
anaconda-7d1869a47c98822a8df262cbda35412c2b83082c.tar.xz
anaconda-7d1869a47c98822a8df262cbda35412c2b83082c.zip
move it here, doLoadModules get called a lot
Diffstat (limited to 'loader2/modules.c')
-rw-r--r--loader2/modules.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader2/modules.c b/loader2/modules.c
index a4412aa23..b76b07dd3 100644
--- a/loader2/modules.c
+++ b/loader2/modules.c
@@ -526,7 +526,6 @@ static int doLoadModules(const char * origModNames, moduleList modLoaded,
logMessage("error appending to /tmp/modprobe.conf: %s\n",
strerror(errno));
} else {
- write(fd, "include /etc/modprobe.conf.dist\n", strlen("include /etc/modprobe.conf.dist\n"));
writeModulesConf(modLoaded, fd);
close(fd);
}