From b3778ff21c9118be2b0da33802970c1edd66665d Mon Sep 17 00:00:00 2001 From: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:44:11 +0200 Subject: [PATCH] chore: Fix broken links (#3572) --- .../edge/edgeforge-workflow/build-images.md | 2 +- .../site-installation/site-user-data.md | 42 +++++++------------ 2 files changed, 17 insertions(+), 27 deletions(-) diff --git a/docs/deprecated/clusters/edge/edgeforge-workflow/build-images.md b/docs/deprecated/clusters/edge/edgeforge-workflow/build-images.md index c91e6090a2..f03f1ac869 100644 --- a/docs/deprecated/clusters/edge/edgeforge-workflow/build-images.md +++ b/docs/deprecated/clusters/edge/edgeforge-workflow/build-images.md @@ -209,7 +209,7 @@ the edge location. :::info You can use several software tools to create a bootable USB drive, such as [balenaEtcher](https://www.balena.io/etcher). -For a PXE server, there are open-source projects such as [Fog](https://fogproject.org/download) or +For a PXE server, there are open-source projects such as [Fog](https://fogproject.org/download.php) or [Windows Deployment Services](https://learn.microsoft.com/en-us/windows/deployment/wds-boot-support) for Windows. ::: diff --git a/docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md b/docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md index e40ba61092..bb92bfebcd 100644 --- a/docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md +++ b/docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md @@ -26,47 +26,39 @@ to a bootable device, such as a USB stick. 1. Create a file called **user-data** that contains the additional configurations you want to override or inject. -
- -```shell -touch user-data -``` + ```shell + touch user-data + ``` 2. Create an empty **meta-data** file: -
- -```shell -touch meta-data -``` + ```shell + touch meta-data + ``` 3. Create an ISO using the following command. -MacOS/Linux: - -```shell -mkisofs -output site-user-data.iso -volid cidata -joliet -rock user-data meta-data -``` + MacOS/Linux: -Windows: + ```shell + mkisofs -output site-user-data.iso -volid cidata -joliet -rock user-data meta-data + ``` -```shell -genisoimage -output site-user-data.iso -volid cidata -joliet -rock user-data meta-data -``` + Windows: -This generates an ISO file called site-user-data.iso in the current directory. + ```shell + genisoimage -output site-user-data.iso -volid cidata -joliet -rock user-data meta-data + ``` -
+ This generates an ISO file called site-user-data.iso in the current directory. 4. Copy the ISO to a bootable device such as a USB drive. -
- :::info You can use several software tools to create a bootable USB drive, such as [balenaEtcher](https://www.balena.io/etcher). For a PXE server, there are open-source projects such as - [Fog](https://fogproject.org/download) or + [Fog](https://fogproject.org/download.php) or [Windows Deployment Services](https://learn.microsoft.com/en-us/windows/deployment/wds-boot-support) for Windows. ::: @@ -74,8 +66,6 @@ This generates an ISO file called site-user-data.iso in the current directory. 5. Once the Edge host arrives at the physical site. Load the USB drive to the Edge host before powering it on. The Edge Installer will apply the new user data during the installation process. -
- ## Validate You can validate that the ISO image is not corrupted by attempting to flash a bootable device. Most software that