artix

posix artix installation script
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit 045c3dc046e5a803e74bb407297503840e56797e
parent 36d0aa5b304f1cd47c3e53705ebf8aed87966ecc
Author: awy <awy@awy.one>
Date:   Thu, 19 Jun 2025 12:42:29 +0300

update readme

Diffstat:
MREADME.md | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -3,14 +3,15 @@ POSIX (probably) Artix Linux installation script Caveats ------- -Doesn't work with AMD GPUs. You can just install drivers yourself. -Don't forget to remove all lines mentioning nvidia from post_chroot.sh. +- Doesn't detect AMD GPUs. You can install the drivers manually. -Custom kernel doesn't work on AMD CPUs. +- Remove all lines mentioning NVIDIA from `post_chroot.sh`. -Custom kernel doesn't support encryption. +- Custom kernel doesn't work with AMD CPUs. -Will probably fix these in the future. +- Custom kernel doesn't support encryption. + +These issues will likely be addressed in the future. Usage ----- @@ -19,4 +20,3 @@ Usage 2. git clone https://git.awy.one/artix 3. Run install.sh -For NVME drives specify the p letter at the end (nvme0n1p)