Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions guides/common/modules/proc_booting-virtual-machines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ endif::[]
* You have configured your iPXE environment.
For more information, see xref:Configuring_iPXE_Environment_{context}[].

[NOTE]
====
You can use the original templates shipped in {Project} as described below.
If you require modification to an original template, clone the template, edit the clone, and associate the clone instead of the original template.
For more information, see xref:common/modules/proc_running-custom-code-during-host-provisioning.adoc#running-custom-code-during-host-provisioning[].
====

.Procedure
. In the {ProjectWebUI}, navigate to *Hosts* > *Templates* > *Provisioning Templates*.
ifdef::satellite[]
Expand Down Expand Up @@ -67,3 +60,6 @@ endif::[]
. Select the *Templates* tab.
. In *Provisioning Templates*, click *Resolve* and verify that the *iPXE template* resolves to the required template.
. Click *Submit* to save host settings.

.Additional resources
* xref:running-custom-code-during-host-provisioning[]
10 changes: 3 additions & 7 deletions guides/common/modules/proc_chainbooting-ipxe-from-pxelinux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ Chainbooting iPXE has the following workflow:
* You have configured your iPXE environment.
For more information, see xref:Configuring_iPXE_Environment_{context}[].

[NOTE]
====
You can use the original templates shipped in {Project} as described below.
If you require modification to an original template, clone the template, edit the clone, and associate the clone instead of the original template.
For more information, see xref:common/modules/proc_running-custom-code-during-host-provisioning.adoc#running-custom-code-during-host-provisioning[].
====

.Procedure
. In the {ProjectWebUI}, navigate to *Hosts* > *Templates* > *Provisioning Templates*.
. Search for the required PXELinux template:
Expand Down Expand Up @@ -75,3 +68,6 @@ endif::[]
. Set the *PXE Loader*:
* Select `PXELinux BIOS` to chainboot iPXE (`ipxe.lkrn`) from PXELinux.
* Select `iPXE Chain BIOS` to load `undionly-ipxe.0` directly.

.Additional resources
* xref:running-custom-code-during-host-provisioning[]
Loading