diff options
author | Bill Nottingham <notting@redhat.com> | 2004-02-01 21:42:21 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-02-01 21:42:21 +0000 |
commit | 7d1869a47c98822a8df262cbda35412c2b83082c (patch) | |
tree | 57e70654ec2c591d274d13ef17444dcf9607ca3a /loader2 | |
parent | cd76ecc0f4a326030c5c0e6ca711311fcf5f979f (diff) | |
download | anaconda-7d1869a47c98822a8df262cbda35412c2b83082c.tar.gz anaconda-7d1869a47c98822a8df262cbda35412c2b83082c.tar.xz anaconda-7d1869a47c98822a8df262cbda35412c2b83082c.zip |
move it here, doLoadModules get called a lot
Diffstat (limited to 'loader2')
-rw-r--r-- | loader2/modules.c | 1 |
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); } |