From 946e74f047f30180bf5f0554fd8ae1043e0d1f52 Mon Sep 17 00:00:00 2001 From: Spencer Smith Date: Wed, 24 Mar 2021 10:58:12 -0400 Subject: [PATCH] docs: update path for kernel downloads in qemu docs This PR fixes a docs bug where the name of the kernel and init to download were incorrect for qemu. Signed-off-by: Spencer Smith --- website/content/docs/v0.10/Local Platforms/qemu.md | 8 ++++---- website/content/docs/v0.7/Local Platforms/qemu.md | 8 ++++---- website/content/docs/v0.8/Local Platforms/qemu.md | 8 ++++---- website/content/docs/v0.9/Local Platforms/qemu.md | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/website/content/docs/v0.10/Local Platforms/qemu.md b/website/content/docs/v0.10/Local Platforms/qemu.md index 79b0806caa..8ba9e2dcde 100644 --- a/website/content/docs/v0.10/Local Platforms/qemu.md +++ b/website/content/docs/v0.10/Local Platforms/qemu.md @@ -61,15 +61,15 @@ These files can be downloaded from the Talos release: ```bash mkdir -p _out/ -curl https://github.com/talos-systems/talos/releases/download//vmlinuz -L -o _out/vmlinuz -curl https://github.com/talos-systems/talos/releases/download//initramfs.xz -L -o _out/initramfs.xz +curl https://github.com/talos-systems/talos/releases/download//vmlinuz- -L -o _out/vmlinuz- +curl https://github.com/talos-systems/talos/releases/download//initramfs-.xz -L -o _out/initramfs-.xz ``` For example version `v0.10.0`: ```bash -curl https://github.com/talos-systems/talos/releases/latest/download/vmlinuz -L -o _out/vmlinuz -curl https://github.com/talos-systems/talos/releases/latest/download/initramfs.xz -L -o _out/initramfs.xz +curl https://github.com/talos-systems/talos/releases/download/v0.10.0/vmlinuz-amd64 -L -o _out/vmlinuz-amd64 +curl https://github.com/talos-systems/talos/releases/download/v0.10.0/initramfs-amd64.xz -L -o _out/initramfs-amd64.xz ``` ## Create the Cluster diff --git a/website/content/docs/v0.7/Local Platforms/qemu.md b/website/content/docs/v0.7/Local Platforms/qemu.md index 77b25ee71b..96b087ea6d 100644 --- a/website/content/docs/v0.7/Local Platforms/qemu.md +++ b/website/content/docs/v0.7/Local Platforms/qemu.md @@ -60,15 +60,15 @@ These files can be downloaded from the Talos release: ```bash mkdir -p _out/ -curl https://github.com/talos-systems/talos/releases/download//vmlinuz -L -o _out/vmlinuz -curl https://github.com/talos-systems/talos/releases/download//initramfs.xz -L -o _out/initramfs.xz +curl https://github.com/talos-systems/talos/releases/download//vmlinuz- -L -o _out/vmlinuz- +curl https://github.com/talos-systems/talos/releases/download//initramfs-.xz -L -o _out/initramfs-.xz ``` For example version `v0.7.0`: ```bash -curl https://github.com/talos-systems/talos/releases/download/v0.7.0/vmlinuz -L -o _out/vmlinuz -curl https://github.com/talos-systems/talos/releases/download/v0.7.0/initramfs.xz -L -o _out/initramfs.xz +curl https://github.com/talos-systems/talos/releases/download/v0.7.0/vmlinuz-amd64 -L -o _out/vmlinuz-amd64 +curl https://github.com/talos-systems/talos/releases/download/v0.7.0/initramfs-amd64.xz -L -o _out/initramfs-amd64.xz ``` ## Create the Cluster diff --git a/website/content/docs/v0.8/Local Platforms/qemu.md b/website/content/docs/v0.8/Local Platforms/qemu.md index 838f1fd7e0..d717fecbfd 100644 --- a/website/content/docs/v0.8/Local Platforms/qemu.md +++ b/website/content/docs/v0.8/Local Platforms/qemu.md @@ -61,15 +61,15 @@ These files can be downloaded from the Talos release: ```bash mkdir -p _out/ -curl https://github.com/talos-systems/talos/releases/download//vmlinuz -L -o _out/vmlinuz -curl https://github.com/talos-systems/talos/releases/download//initramfs.xz -L -o _out/initramfs.xz +curl https://github.com/talos-systems/talos/releases/download//vmlinuz- -L -o _out/vmlinuz- +curl https://github.com/talos-systems/talos/releases/download//initramfs-.xz -L -o _out/initramfs-.xz ``` For example version `v0.8.0`: ```bash -curl https://github.com/talos-systems/talos/releases/download/v0.8.0/vmlinuz -L -o _out/vmlinuz -curl https://github.com/talos-systems/talos/releases/download/v0.8.0/initramfs.xz -L -o _out/initramfs.xz +curl https://github.com/talos-systems/talos/releases/download/v0.8.0/vmlinuz-amd64 -L -o _out/vmlinuz-amd64 +curl https://github.com/talos-systems/talos/releases/download/v0.8.0/initramfs-amd64.xz -L -o _out/initramfs-amd64.xz ``` ## Create the Cluster diff --git a/website/content/docs/v0.9/Local Platforms/qemu.md b/website/content/docs/v0.9/Local Platforms/qemu.md index 7fc381c032..41a9d60054 100644 --- a/website/content/docs/v0.9/Local Platforms/qemu.md +++ b/website/content/docs/v0.9/Local Platforms/qemu.md @@ -61,15 +61,15 @@ These files can be downloaded from the Talos release: ```bash mkdir -p _out/ -curl https://github.com/talos-systems/talos/releases/download//vmlinuz -L -o _out/vmlinuz -curl https://github.com/talos-systems/talos/releases/download//initramfs.xz -L -o _out/initramfs.xz +curl https://github.com/talos-systems/talos/releases/download//vmlinuz- -L -o _out/vmlinuz- +curl https://github.com/talos-systems/talos/releases/download//initramfs-.xz -L -o _out/initramfs-.xz ``` For example version `v0.9.0`: ```bash -curl https://github.com/talos-systems/talos/releases/latest/download/vmlinuz -L -o _out/vmlinuz -curl https://github.com/talos-systems/talos/releases/latest/download/initramfs.xz -L -o _out/initramfs.xz +curl https://github.com/talos-systems/talos/releases/download/v0.9.0/vmlinuz-amd64 -L -o _out/vmlinuz-amd64 +curl https://github.com/talos-systems/talos/releases/download/v0.9.0/initramfs-amd64.xz -L -o _out/initramfs-amd64.xz ``` ## Create the Cluster