From 7c73c45ce21b2f64c0c70dc68e76023b47659530 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Fri, 17 Jan 2025 22:34:51 +0000 Subject: [PATCH] ci(dist): build dist --- dist/404.html | 2 +- dist/artix-install-guide/index.html | 56 ++++++++++++----------------- dist/index.html | 2 +- 3 files changed, 25 insertions(+), 35 deletions(-) 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 @@ - 404 | z0x

Artix Linux install guide

Table of Contents

Introduction

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.


@@ -248,34 +248,21 @@

Enter the live environment

-
    -
  1. Login with the default credentials.
  2. -
+

Login with the default credentials.

    -
  • Username: artix
  • +
  • Username: root
  • Password: artix
-
    -
  1. Switch to the root user
  2. -
+

Connect to the internet

+

Via Ethernet

+

Connect the computer via an Ethernet cable

+

Via WiFi

Note

When encountering a code block as below throughout this guide, execute the commands within it directly in the terminal.

-
-
Info
-
-

When prompted for a password, enter artix

-
-
-
su -
-
-

Connect to the internet

-

Via Ethernet

-

Connect the computer via an Ethernet cable

-

Via WiFi

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 sdaIntel CPU

Install Intel CPU microcode updates

basestrap /mnt intel-ucode
-

Network stack

-
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 sdaethernet.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)
    +
      +
    1. Run this
    2. +
    +
    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
      -
    1. Create a boot entry
    2. +
    3. 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