aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-09 13:41:13 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-09 13:41:13 +0200
commit6779d85e03ad8a80030982fc40430841e1a57c5b (patch)
tree00516bc099d9c965dc651db80e58135b95adb72b
parentbd2aa6dfa7eed386f83cdeb0ff2241bcaadf1f43 (diff)
document uefi scripts
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9f462cf..c5c8924 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,20 @@ Only supports en_US language but any timezone and keymap.
3. Use one of the methods listed below.
4. Once you get a green success message, reboot.
-## Basic Usage
+## Basic Usage (BIOS / MBR)
`curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/artixinstall | sh`
-## FDE (Full Disk Encryption) Usage
+## FDE (Full Disk Encryption) Usage (BIOS / MBR)
`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`
+
+## 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`
+
## Automated Install
This method works for all installation methods mentioned above.
-`curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/<artix | crypt>install | sh -s -- [drive [grubtarget]]`
+`curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/<artix | uefi | crypt | cryptuefi>install | sh -s -- [drive [grubtarget]]`