From c9e5cac9215246e92b01d28806b32baa8ed12d2e Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Mon, 20 Jan 2025 16:32:10 +0200 Subject: [PATCH] Update README.md Fixed the guidance around *.iso download directory. Signed-off-by: Ivaylo Ivanov --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71f5faa..1cca223 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,14 @@ To install ESXi, your system must meet specific requirements. Refer the [ESXi Re ## Generating the ESXi ISO Image 1. Use a Secure Shell (SSH) client to log in as the `root` user to the photon appliance at `:22`. -2. Clone the repository into a directory. +2. Clone the repository into current directory. ```console git clone https://github.com/vmware/python-script-for-esxi-imaging.git cd python-script-for-esxi-imaging ``` -3. Download the ESXi installer (ISO file) from your OEM or the [Broadcom Support Portal][kb-broadcom-downloads] and place the ISO file in the `esxi-imaging` directory. +3. Download the ESXi installer (ISO file) from your OEM or the [Broadcom Support Portal][kb-broadcom-downloads] and place the ISO file in the `python-script-for-esxi-imaging` directory that has been created during previous step. 4. Modify the [`re-image-hosts.json`][sample-json] file to update details like the ISO file name, MD5 checksum, network configuration, and installation disk. | Information | Required or Optional | Comments |