diff --git a/infrastructure-guide/initial_setup.md b/infrastructure-guide/initial_setup.md index 9019ec1e..07268c92 100644 --- a/infrastructure-guide/initial_setup.md +++ b/infrastructure-guide/initial_setup.md @@ -28,11 +28,11 @@ The steps involved to bootstrap the boot server and the repository server are th 1. Make the generated iso accessible to the machine vmsmgt.psi.ch 1. Open vcenter.psi.ch in the browser, search the virtual machine you want to mount the ISO to. Click on __Launch Remote Console__ - ![](launch_remote_console.png) + ![](initial_setup/launch_remote_console.png) 1. This will open the VMWare Remote Console program. To mount the ISO do the following (Pay attention that the __"Connect at Boot"__ option is checked): - ![](mount_iso_menu.png) - ![](mount_iso.png) + ![](initial_setup/mount_iso_menu.png) + ![](initial_setup/mount_iso.png) 1. Start the VM to trigger the install diff --git a/infrastructure-guide/launch_remote_console.png b/infrastructure-guide/initial_setup/launch_remote_console.png similarity index 100% rename from infrastructure-guide/launch_remote_console.png rename to infrastructure-guide/initial_setup/launch_remote_console.png diff --git a/infrastructure-guide/mount_iso.png b/infrastructure-guide/initial_setup/mount_iso.png similarity index 100% rename from infrastructure-guide/mount_iso.png rename to infrastructure-guide/initial_setup/mount_iso.png diff --git a/infrastructure-guide/mount_iso_menu.png b/infrastructure-guide/initial_setup/mount_iso_menu.png similarity index 100% rename from infrastructure-guide/mount_iso_menu.png rename to infrastructure-guide/initial_setup/mount_iso_menu.png