diff --git a/source/_static/images/network-boot-flow.png b/source/_static/images/network-boot-flow.png new file mode 100644 index 00000000..7ad68c76 Binary files /dev/null and b/source/_static/images/network-boot-flow.png differ diff --git a/source/_static/images/network-boot-flow.vsdx b/source/_static/images/network-boot-flow.vsdx new file mode 100644 index 00000000..85a05169 Binary files /dev/null and b/source/_static/images/network-boot-flow.vsdx differ diff --git a/source/_static/images/network-boot.png b/source/_static/images/network-boot-setup.png similarity index 100% rename from source/_static/images/network-boot.png rename to source/_static/images/network-boot-setup.png diff --git a/source/_static/images/network-boot.vsdx b/source/_static/images/network-boot-setup.vsdx similarity index 100% rename from source/_static/images/network-boot.vsdx rename to source/_static/images/network-boot-setup.vsdx diff --git a/source/network_boot.rst b/source/network_boot.rst index 7eb9a29d..38ab6da0 100644 --- a/source/network_boot.rst +++ b/source/network_boot.rst @@ -37,7 +37,7 @@ made: Your computer and network setup should be the same as what is depicted in figure 1. -.. figure:: _static/images/network-boot.png +.. figure:: _static/images/network-boot-setup.png :alt: Figure 1: NAT network topology Figure 1: NAT network topology @@ -45,10 +45,15 @@ Your computer and network setup should be the same as what is depicted in figure Configuration ============= -The below steps have been automated during the installation of the `Ister Cloud -Init Service`_ with ``configure-ipxe.sh`` to quickly enable a bulk provisioning -setup. Before running the installation scripts, modify ``parameters.conf`` with -your specific configurations. +Configuration for performing an iPXE boot has been automated during the +installation of the `Ister Cloud Init Service`_ with ``configure-ipxe.sh`` to +quickly enable a bulk provisioning setup. Before running the configuration script, modify ``parameters.conf`` with your specific configurations. +Figure 2 depicts the information flow that the configuration script enables. + +.. figure:: _static/images/network-boot-flow.png + :alt: Figure 2: PXE information flow + + Figure 2: PXE information flow Step 1 ------