refs #477 Changes order of generate ipxe script
parent
a72a61e758
commit
ef37018595
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue