From c41721b8b5ca566bc491dfa3d3f083f264324abd Mon Sep 17 00:00:00 2001 From: Simon Weald <7832341+glitchcrab@users.noreply.github.com> Date: Sun, 18 Aug 2024 08:45:19 +0100 Subject: [PATCH] correct date on promox disk migration post (#7) --- content/posts/replacing-proxmox-boot-drive/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/replacing-proxmox-boot-drive/index.md b/content/posts/replacing-proxmox-boot-drive/index.md index fccee53..1a28856 100644 --- a/content/posts/replacing-proxmox-boot-drive/index.md +++ b/content/posts/replacing-proxmox-boot-drive/index.md @@ -1,6 +1,6 @@ --- title: "Replacing the drive in a single drive Proxmox node" -date: "2024-01-14" +date: "2024-08-17" description: "A (non-exhaustive) guide to replacing the boot drive in a Proxmox node" categories: - "homelab"