summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2023-05-24 14:05:20 +0100
committerBlake Romero <blake@blkrom.com>2023-05-24 14:05:20 +0100
commit206b0a99272d4f25c74cbe016b91d6c5c96a0a89 (patch)
tree2e2495d5b80650a27a68f7ebcc6dd2ef15dddcfc /README
parentf64758fedd33451a6893b58021bddc68ea3a3938 (diff)
Add help info into README
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5cf4fe4
--- /dev/null
+++ b/README
@@ -0,0 +1,27 @@
+======================================================
+Install Artix Linux with LUKS Root Encryption & BTRFS
+======================================================
+
+Usage:
+1. IMPORTANT! configure DRIVE options in CONFIG section.
+2. boot up an Artix Linux live ISO installation
+3. login as 'root' with password 'artix'
+4. get the installation script onto the system
+5. execute script
+
+Notes:
+- DECRYPTION password is set via installation
+- default 'root' password is 'artix'
+- USER password is the same as the DECRYPTION password
+
+Example System Layout:
+DEVICE LABEL MOUNT SIZE
+------------------------------------------------------
+/dev/sda
+├─/dev/sda1 BOOT /boot 1G
+├─/dev/sda2 SWAP [SWAP] 16G
+└─/dev/sda3 LUKS MAX
+ └─/dev/mapper/root ROOT
+ └─@ /
+ └─@home /home
+ └─@snapshots /.snapshots