refs #477 Changes order of generate ipxe script

ogboot_installer
Luis Gerardo Romero Garcia 2024-07-01 12:01:37 +02:00
parent a72a61e758
commit ef37018595
1 changed files with 3 additions and 2 deletions

View File

@ -907,6 +907,9 @@ og_boot_copy_files(INSTALL_OGBOOT_TARGET)
# logger.error("Error while creating skeleton directory!") # logger.error("Error while creating skeleton directory!")
# exit(1) # exit(1)
logger.info("Configuring IPXE services")
generate_ipxe_script()
logger.info("Setting up NFS system") logger.info("Setting up NFS system")
mount_NFS() mount_NFS()
@ -930,8 +933,6 @@ copyClientFiles()
if subprocess.run(["echo", "$?"]).returncode != 0: if subprocess.run(["echo", "$?"]).returncode != 0:
logger.error("Error creating client structure") logger.error("Error creating client structure")
logger.info("Configuring IPXE services")
generate_ipxe_script()
logger.info("Configuring ogCore") logger.info("Configuring ogCore")
openGnsysConfigure() openGnsysConfigure()