From 4f6efe42c1837e2dc48ade26c816a004ab864a47 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 7 Aug 2024 00:38:30 +0100 Subject: [PATCH] Renamed pic links in artix post --- content/blog/install-artix.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/blog/install-artix.md b/content/blog/install-artix.md index 4d10e33..1a5cb2a 100644 --- a/content/blog/install-artix.md +++ b/content/blog/install-artix.md @@ -3,9 +3,10 @@ title: "Artix Linux Installation Guide" date: 2024-02-24T17:04:21Z author: name: "Sam Chance" -header_image: "/pics/blog/artix-logo.webp" +header_image: "/pics/blog/install-artix/artix-logo.webp" draft: False summary: "This guide will run through the process of installing Artix Linux with runit as the init system on an encrypted disk partition." +toc: true --- This guide will run through the process of installing Artix Linux, which is a @@ -33,7 +34,7 @@ guide I'll be using an encrypted partition on an UEFI system. If if you want a different configuration, please consult the [Arch wiki](https://wiki.archlinux.org/title/Partitioning#Example_layouts). -![artix-keyboard-select](/pics/blog/artix-keyboard-select.webp) +![artix-keyboard-select](/pics/blog/install-artix/artix-keyboard-select.webp) ## Partition layout @@ -67,7 +68,7 @@ List all drives attached to system: lsblk {{}} -![artix-lsblk](/pics/blog/artix-lsblk.webp) +![artix-lsblk](/pics/blog/install-artix/artix-lsblk.webp) Locate the target drive (in this case `/dev/sda`) where we will install Artix. @@ -88,7 +89,7 @@ Run through the options to partition the disk: You should now have two partitions under `/dev/sda`: -![artix-lsblk1](/pics/blog/artix-lsblk1.webp) +![artix-lsblk1](/pics/blog/install-artix/artix-lsblk1.webp) `/dev/sda1` is the unencrypted boot partition, and `/dev/sda2` will be where we store our encrypted volume. @@ -132,7 +133,7 @@ lsblk -f It should look something like this: -![artix-lsblk2](/pics/blog/artix-lsblk2.webp) +![artix-lsblk2](/pics/blog/install-artix/artix-lsblk2.webp) Note the UUIDs - they will be needed later for setting up decryption during boot. @@ -284,7 +285,7 @@ grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grub grub-mkconfig -o /boot/grub/grub.cfg {{}} -![artix-grub-install](/pics/blog/artix-grub-install.webp) +![artix-grub-install](/pics/blog/install-artix/artix-grub-install.webp) ## Add Users