refs #fix network interfaces
parent
1e4be4deb7
commit
6905d2858b
|
@ -687,6 +687,7 @@ def mount_NFS():
|
||||||
else:
|
else:
|
||||||
logger.error("Could not mount the NFS system.")
|
logger.error("Could not mount the NFS system.")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
logger.info("copy ipxe::::::::::::::::::::::::::::")
|
||||||
subprocess.call(["ls", "/mnt/"])
|
subprocess.call(["ls", "/mnt/"])
|
||||||
subprocess.call(["sudo", "cp", "-r", "/mnt/srv/artefactos/ipxe/", "/tmp"])
|
subprocess.call(["sudo", "cp", "-r", "/mnt/srv/artefactos/ipxe/", "/tmp"])
|
||||||
os.chdir(f"{IPXE_DIR}/src")
|
os.chdir(f"{IPXE_DIR}/src")
|
||||||
|
|
Loading…
Reference in New Issue