+
10 min read
diff --git a/dist/404.html b/dist/404.html index 1a9eee9..9c8f67c 100644 --- a/dist/404.html +++ b/dist/404.html @@ -1,4 +1,4 @@ -
The goal of this guide is to set up a minimal installation of Artix Linux with OpenRC as an init system and full disk encryption on an UEFI or BIOS system. This guide is meant to be read alongside the wiki’s.
Login with the default credentials.
artix
root
artix
Connect the computer via an Ethernet cable
+When encountering a code block as below throughout this guide, execute the commands within it directly in the terminal.
When prompted for a password, enter artix
su -
-Connect the computer via an Ethernet cable
-sudo rfkill unblock wifi
sudo ip link set wlan0 up
connmanctl
@@ -427,8 +414,15 @@ If you have an hdd, your drive name may ressemble something like sda
Intel CPU
Install Intel CPU microcode updates
basestrap /mnt intel-ucode
-basestrap /mnt wpa_supplicant networkmanager networkmanager-openrc iwd iwd-openrc
+
+Generate File System Table
+fstabgen -U /mnt >> /mnt/etc/fstab
+
+Switch to New Installation
+artix-chroot /mnt bash
+
+Network stack
+pacman -S wpa_supplicant networkmanager networkmanager-openrc iwd iwd-openrc
rc-update add NetworkManager
rc-update add iwd
@@ -436,7 +430,7 @@ If you have an hdd, your drive name may ressemble something like sda
[device]
wifi.backend=iwd
EOF
-MAC randomization
+MAC randomization
Info
@@ -451,13 +445,6 @@ If you have an hdd, your drive name may ressemble something like sda
ethernet.cloned-mac-address=random
wifi.cloned-mac-address=random
EOF
-
-Generate File System Table
-fstabgen -U /mnt >> /mnt/etc/fstab
-
-Switch to New Installation
-artix-chroot /mnt bash
-
Localization
Set the locale
@@ -524,7 +511,6 @@ If you have an hdd, your drive name may ressemble something like sda
In the HOOKS
array, add encrypt
between block
and filesystems
-mkinitcpio -P
Note
@@ -532,6 +518,10 @@ If you have an hdd, your drive name may ressemble something like sda
HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block encrypt filesystems fsck)
+
+- Run this
+
+mkinitcpio -P
Add a user
@@ -583,7 +573,7 @@ If you do not see a bunch of files listed, your system does not support UEFI and
blkid -s UUID -o value /dev/nvme0n1p2
-- Create a boot entry
+- Create a boot entry where xxxx is the UUID that you obtained earlier.
Tip
diff --git a/dist/index.html b/dist/index.html
index db3f88c..71dfe2b 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -1,4 +1,4 @@
- blog | z0x