Renamed pic links in artix post

This commit is contained in:
Sam 2024-08-07 00:38:30 +01:00
parent 8c3133e6da
commit 4f6efe42c1
1 changed files with 7 additions and 6 deletions

View File

@ -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
{{</ highlight >}}
![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
{{</ highlight >}}
![artix-grub-install](/pics/blog/artix-grub-install.webp)
![artix-grub-install](/pics/blog/install-artix/artix-grub-install.webp)
## Add Users