From 5263801a9dd405c4506b137bca6b2cb39803f76c Mon Sep 17 00:00:00 2001 From: stanislavstarkov <62394363+stanislavstarkov@users.noreply.github.com> Date: Sun, 10 Apr 2022 02:15:32 +0200 Subject: [PATCH] Added subdir path to symbolic link creation --- source/get-started/ipxe-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/get-started/ipxe-install.rst b/source/get-started/ipxe-install.rst index 4b1b37c5a..2be2f6fa2 100644 --- a/source/get-started/ipxe-install.rst +++ b/source/get-started/ipxe-install.rst @@ -147,7 +147,7 @@ Configure iPXE https://cdn.download.clearlinux.org/latest)-pxe.tar.xz sudo mkdir -p ${IPXE_ROOT_DIR} sudo tar -xJf /tmp/clear-pxe.tar.xz -C ${IPXE_ROOT_DIR} - sudo ln -sf $(ls ${IPXE_ROOT_DIR} | grep 'org.clearlinux.*') ${IPXE_ROOT_DIR}/linux + sudo ln -sf ${IPXE_ROOT_DIR}/$(ls ${IPXE_ROOT_DIR} | grep 'org.clearlinux.*') ${IPXE_ROOT_DIR}/linux .. note::