Do not create the sysconfig/network file (#733425)

This commit is contained in:
Martin Gracik 2011-09-09 15:54:29 +02:00
parent b3301595bc
commit 91f7908031
2 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
HOSTNAME=localhost.localdomain

View File

@ -426,11 +426,6 @@ class LoraxInstallTree(BaseLoraxClass):
dst = joinpaths(self.root, "etc/selinux", "config")
shutil.copy2(src, dst)
# get sysconfig files
src = joinpaths(src_dir, "network")
dst = joinpaths(self.root, "etc/sysconfig")
shutil.copy2(src, dst)
src = joinpaths(src_dir, "isolinux.cfg")
dst = joinpaths(self.root, "usr/share/anaconda/boot")
shutil.copy2(src, dst)