refs #fix network interfaces

ogboot_installer
Luis Gerardo Romero Garcia 2024-06-26 12:53:39 +00:00
parent 1e4be4deb7
commit 6905d2858b
1 changed files with 1 additions and 0 deletions

View File

@ -687,6 +687,7 @@ def mount_NFS():
else:
logger.error("Could not mount the NFS system.")
exit(1)
logger.info("copy ipxe::::::::::::::::::::::::::::")
subprocess.call(["ls", "/mnt/"])
subprocess.call(["sudo", "cp", "-r", "/mnt/srv/artefactos/ipxe/", "/tmp"])
os.chdir(f"{IPXE_DIR}/src")