From 4f28eb79e6ec1442483b89626ceb5ce752432e61 Mon Sep 17 00:00:00 2001 From: lukas Date: Mon, 29 May 2023 17:14:28 +0200 Subject: [PATCH] fix path --- getstarted/install-guest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getstarted/install-guest.md b/getstarted/install-guest.md index f313d4c..9bff5b6 100644 --- a/getstarted/install-guest.md +++ b/getstarted/install-guest.md @@ -17,7 +17,7 @@ As of now, `netboot.xyz` is one of the main way to deploy or use a guest operati 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/): ``` -wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso -P /var/lib/libvirt/image/iso/ +wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso -P /var/lib/libvirt/image/isos/ ``` ![post-install-conf-2.png](/assets/post-launch/post-install-conf-2.png)