From 6905d2858b8df2805b6076700c99ac646dad1318 Mon Sep 17 00:00:00 2001 From: lgromero Date: Wed, 26 Jun 2024 12:53:39 +0000 Subject: [PATCH] refs #fix network interfaces --- installer/ogboot_installer.py | 1 + 1 file changed, 1 insertion(+) 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")