commit 5d8ab599f86ca7767cfb709368d7bad3b7d6cd4b parent f2992197c4673e19035b3208a995230ce02fc8ab Author: awy <awy@awy.one> Date: Sat, 15 Feb 2025 19:56:52 +0300 readme Diffstat:
M | README.md | | | 28 | ++++++++++++++++++++-------- |
1 file changed, 20 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md @@ -1,10 +1,22 @@ -# POSIX compliant Artix Linux installation script +POSIX (probably) Artix Linux installation script +================================================ -This script is for NVIDIA GPU + Intel/AMD CPU machines only. Custom kernel on AMD CPUs currently not supported. +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. -## Usage -1. Create two partitions on your disk (e.g sda1,sda2) -2. ```git clone https://github.com/awnrt/artix``` -2. Run install.sh -3. ... -4. boom you installed artix +Custom kernel doesn't work on AMD CPUs. + +When stable kernel release version contains only two digits e.g. "6.13" script shits itself. + +Will probably fix these in the future. + +Usage +----- +1. Create two partitions on your disk. For boot and root partitions. + +2. git clone https://git.awy.one/artix + +3. Run install.sh +For NVME drives specify the p letter at the end (nvme0n1p)