Do not create the sysconfig/network file (#733425)
This commit is contained in:
parent
6ab2db09a4
commit
4bc95df854
@ -1 +0,0 @@
|
||||
HOSTNAME=localhost.localdomain
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user