From f64758fedd33451a6893b58021bddc68ea3a3938 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 24 May 2023 14:03:13 +0100 Subject: Add usage & notes to script --- install-artix.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'install-artix.sh') diff --git a/install-artix.sh b/install-artix.sh index ff529a0..55262ba 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -3,8 +3,19 @@ # Install Artix Linux with LUKS Root Encryption & BTRFS # ====================================================== # -# System Layout Example +# 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 -- cgit