From 5562e3304a0aaa2af17b57bd1bf461113fabcc5d Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 19 Jun 2023 16:26:52 -0500 Subject: [PATCH] correct path --- getstarted/install-guest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getstarted/install-guest.md b/getstarted/install-guest.md index 9bff5b6..e298b54 100644 --- a/getstarted/install-guest.md +++ b/getstarted/install-guest.md @@ -14,10 +14,10 @@ As of now, `netboot.xyz` is one of the main way to deploy or use a guest operati ## Preparation -By default, `netboot.xyz.iso` should already be located under `var/lib/libvirt/image/iso`. If it's not the case, please use the following command to fetch it, or navigate to [the website](https://netboot.xyz/): +By default, `netboot.xyz.iso` should already be located under `/var/lib/libvirt/isos`. If it's not the case, please use the following command to fetch it, or navigate to [the website](https://netboot.xyz/): ``` -wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso -P /var/lib/libvirt/image/isos/ +wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso -P /var/lib/libvirt/isos/ ``` ![post-install-conf-2.png](/assets/post-launch/post-install-conf-2.png)