aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-09 13:43:17 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-09 13:43:17 +0200
commita2e2133967ca7c1868e15e3c1871e6ad37040c83 (patch)
treeff1f910e076e43c16744675594cfd53c5dfb19fb
parent6779d85e03ad8a80030982fc40430841e1a57c5b (diff)
fmt
-rw-r--r--README.md28
1 files changed, 23 insertions, 5 deletions
diff --git a/README.md b/README.md
index c5c8924..609fb63 100644
--- a/README.md
+++ b/README.md
@@ -1,27 +1,45 @@
# artixinstall
+
Fully automated Artix Linux installer for my testing setup.
Only supports en_US language but any timezone and keymap.
# Usage
+
1. Boot the Artix Installer.
2. Log in as `root`. The password is `artix`.
3. Use one of the methods listed below.
4. Once you get a green success message, reboot.
## Basic Usage (BIOS / MBR)
-`curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/artixinstall | sh`
+
+```
+curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/artixinstall | sh
+```
## FDE (Full Disk Encryption) Usage (BIOS / MBR)
-`curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/cryptinstall | sh`
+
+```
+curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/cryptinstall | sh
+```
## Basic Usage (UEFI / GPT)
-`curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/uefiinstall | sh`
+
+```
+curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/uefiinstall | sh
+```
## FDE (Full Disk Encryption) Usage (UEFI / GPT)
+
**WARNING: The EFI partition cannot be encrypted.**
-`curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/cryptuefiinstall | sh`
+
+```
+curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/cryptuefiinstall | sh
+```
## Automated Install
+
This method works for all installation methods mentioned above.
-`curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/<artix | uefi | crypt | cryptuefi>install | sh -s -- [drive [grubtarget]]`
+```
+curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/<artix | uefi | crypt | cryptuefi>install | sh -s -- [drive [grubtarget]]
+```