diff --git a/installer/ogboot_installer.py b/installer/ogboot_installer.py index c28f3ec..07cd490 100755 --- a/installer/ogboot_installer.py +++ b/installer/ogboot_installer.py @@ -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")