From c57af359a1a6109197801c18ccf3d4b1988dab74 Mon Sep 17 00:00:00 2001 From: dtb Date: Tue, 30 Aug 2022 14:16:15 -0400 Subject: [PATCH] become less knowledgeable --- .../{knowledge/c78.html => c78/index.html} | 0 homepage/{knowledge => }/cat/cat.c | 0 homepage/{knowledge => }/cat/index.html | 0 .../flipper.html => flipper/index.html} | 0 homepage/knowledge/artix.html | 110 ------------------ .../software.html => software/index.html} | 0 .../x200t.html => x200t/index.html} | 0 7 files changed, 110 deletions(-) rename homepage/{knowledge/c78.html => c78/index.html} (100%) rename homepage/{knowledge => }/cat/cat.c (100%) rename homepage/{knowledge => }/cat/index.html (100%) rename homepage/{knowledge/flipper.html => flipper/index.html} (100%) delete mode 100644 homepage/knowledge/artix.html rename homepage/{knowledge/software.html => software/index.html} (100%) rename homepage/{knowledge/x200t.html => x200t/index.html} (100%) diff --git a/homepage/knowledge/c78.html b/homepage/c78/index.html similarity index 100% rename from homepage/knowledge/c78.html rename to homepage/c78/index.html diff --git a/homepage/knowledge/cat/cat.c b/homepage/cat/cat.c similarity index 100% rename from homepage/knowledge/cat/cat.c rename to homepage/cat/cat.c diff --git a/homepage/knowledge/cat/index.html b/homepage/cat/index.html similarity index 100% rename from homepage/knowledge/cat/index.html rename to homepage/cat/index.html diff --git a/homepage/knowledge/flipper.html b/homepage/flipper/index.html similarity index 100% rename from homepage/knowledge/flipper.html rename to homepage/flipper/index.html diff --git a/homepage/knowledge/artix.html b/homepage/knowledge/artix.html deleted file mode 100644 index 4b6428a..0000000 --- a/homepage/knowledge/artix.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - -knowledge/artix - - -

~ Return to the rest of the site

- - - -

artix

-

updated 2022-03-26

-
- -

Install guide

-

Where headers are hyperlinks just follow the linked material.

-

Pre-installation

-

Acquire an installation image

-

https://artixlinux.org/download.php

-

-This install guide follows a manual installation from a shell interface, so feel free to grab any installer. -Currently installation media seem to follow the format of artix-base-$(INIT_SYSTEM)-$(BUILD_DATE)-$(ARCH).iso. -

-

Prepare an installation medium

-

Boot the live environment

-

Set the console keyboard layout

-

Verify the boot mode

-

Connect to the internet

-

Update the system clock

-

Partition the disks

-

-Don't use partitioners included with OS media where the same job can be done by GParted (which has live media available) or another good general-purpose partitioner. -BSDs and Plan 9 are exceptions to this rule due to their exotic partitioning systems. -Using utilities from a shell or TUIs does not make you "cooler" than someone who needs a GUI for partitioning; in some cases, messing up partitioning can have serious consequences, so it's always nice to have some idiot-proofing. -I always partition my disks ahead of time with GParted. -

-

-The Arch wiki has poor, ambiguous and probably user-confusing example layouts here. -The Artix wiki page's examples are also pretty bad. -You should do your own research on how you should partition your disks, a generic web crawler lookup for "how to partition computer for linux" will probably be fine. -I personally use separate partitions for /boot, /home, /, and swap. -Your needs will vary. -

-

-Please note that a separate boot partition is mandatory if you intend to boot via (U)EFI. -See EFI system partition (Arch Wiki) if you're booting via (U)EFI. -Also check out the Artix wiki and Arch wiki pages on this. -

-

Format the partitions

-

-Use GParted if you can, otherwise mkfs(8) for filesystems and mkswap(8) for swap partitions. -If making a (U)EFI partition make sure to format it to FAT32. -

-

Mount the file systems

-

Installation

-

Select the mirrors

-

I'm not sure this is necessary on Artix.

-

Install essential packages

-

-On Artix, use basestrap(8). -On Arch, use pacstrap(8). -

-

-At a minimum you need base on both Arch and Artix. -On Artix, you need to select the initialization you want to use: 66, dinit, openrc, runit, or s6-base. -On both Arch and Artix, select a kernel; linux, linux-lts, or another Linux configuration or fork. -Arch says you need to install linux-firmware, technically you don't need to do so but you should. -Artix says you need to install the appropriate elogind package (elogind-$(INIT_SYSTEM); e.g. elogind-66). -This isn't necessary if you aren't using elogind, but you most likely want elogind. -Install base-devel if you plan on using the AUR or if you don't know what the AUR is yet. -

-

-It's also a good idea to install any utilities you'll need on the bootstrapped system. -Text editors, network managers or utilities, and other administration tools, for example. -Manual utilities such as man-db and others would also be useful. -

-

Configure the system

-

FSTab

-

-Use fstabgen(8) on Artix and genfstab(8) on Arch. -

-

Chroot

-

-Use artix-chroot(8) on Artix and arch-chroot(8) on Arch. -

-

Time zone

-

Localization

-

Network configuration

-

-I use iwd(8) and iwctl(8). -Some prefer NetworkManager and I believe that's the default on Debian. -The Artix wiki suggests connman. -Keep in mind Artix keeps initialization scripts in separate packages for each initialization system; to (for example) start iwd(8) on startup using OpenRC on Artix-OpenRC, one would have to install both iwd and iwd-openrc before enabling iwd(8) on startup (rc-update add iwd) and starting iwd(8) via OpenRC (rc-service iwd start). -

-

Initramfs

-

Root password

-

Boot loader

-

66 configuration

-

Consult if using 66.

-

Reboot

-

Post installation

- - diff --git a/homepage/knowledge/software.html b/homepage/software/index.html similarity index 100% rename from homepage/knowledge/software.html rename to homepage/software/index.html diff --git a/homepage/knowledge/x200t.html b/homepage/x200t/index.html similarity index 100% rename from homepage/knowledge/x200t.html rename to homepage/x200t/index.html