# If there are any protected partitions we want to mount, create their
# mount points now.
@@ -1408,6 +1408,11 @@ class YumBackend(AnacondaBackend):
if os.access("/tmp/modprobe.conf", os.R_OK):
shutil.copyfile("/tmp/modprobe.conf",
anaconda.rootPath + "/etc/modprobe.conf")
+
+ if os.access("/tmp/anaconda.conf", os.R_OK):
+ shutil.copyfile("/tmp/anaconda.conf",
+ anaconda.rootPath + "/etc/modprobe.d/anaconda.conf")
+
anaconda.id.network.write(anaconda.rootPath)
anaconda.id.iscsi.write(anaconda.rootPath)
anaconda.id.zfcp.write(anaconda.rootPath)
--
1.7.4
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list