diff --git a/installer/ogboot_installer.py b/installer/ogboot_installer.py index 3117e13..3fcf5e6 100755 --- a/installer/ogboot_installer.py +++ b/installer/ogboot_installer.py @@ -907,6 +907,9 @@ og_boot_copy_files(INSTALL_OGBOOT_TARGET) # logger.error("Error while creating skeleton directory!") # exit(1) +logger.info("Configuring IPXE services") +generate_ipxe_script() + logger.info("Setting up NFS system") mount_NFS() @@ -930,8 +933,6 @@ copyClientFiles() if subprocess.run(["echo", "$?"]).returncode != 0: logger.error("Error creating client structure") -logger.info("Configuring IPXE services") -generate_ipxe_script() logger.info("Configuring ogCore") openGnsysConfigure()