From abdb654faf8652d6fb6343630b39d6403f071d95 Mon Sep 17 00:00:00 2001 From: beech Date: Sat, 6 Jul 2024 01:33:47 -0500 Subject: [PATCH] Updated comments --- preinstall1.sh | 4 ++++ preinstall2.sh | 2 ++ 2 files changed, 6 insertions(+) diff --git a/preinstall1.sh b/preinstall1.sh index 0c08078..0da9a8e 100644 --- a/preinstall1.sh +++ b/preinstall1.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash +# This WILL format and partition 1 drive in your system. It is recommended to run the script with only 1 drive installed. +# Selected drive is /dev/sda, replace sda with specified drive if you have multiple. List drives with 'lsblk' +# Change boot, SWAP, and root partition sizes to your needs in lines 15-17 + echo "-------------------------------------------------" echo "Setting up partitions - DRIVE WILL BE WIPED" echo "-------------------------------------------------" diff --git a/preinstall2.sh b/preinstall2.sh index cd5eebe..a4d600a 100644 --- a/preinstall2.sh +++ b/preinstall2.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# Create your user account following the README instructions before running this. + # generate locales sudo pacman -S bash-completion --noconfirm --needed