Minor touchups

This commit is contained in:
Kris Lamoureux 2022-11-27 19:51:30 -05:00
parent e96a557d9a
commit 0d99930fa7
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -7,7 +7,7 @@
### Functions ###
#################
function usage () {
echo "Usage: ./$(basename "$0") [-mpPr] <DISK> [hostname]"
echo "Usage: ./$(basename "$0") [-mpPr] <DISK> <HOSTNAME>"
}
function disk_check () {
@ -157,9 +157,6 @@ if [ "$DEBUG" == "true" ]; then
echo "RPOOLPW=${RPOOLPW}"
fi
# Display commands
set -x
# Are the DISK paths block devices? AND
# Are the DISK pathes empty devices? i.e., no filesystem signatures
disk_check "$DISK"
@ -173,6 +170,9 @@ fi
### Step 1: Prepare The Install Environment ###
###############################################
# Display commands
set -x
# 1. Boot the Debian GNU/Linux Live CD... done
# 2. Setup and update the repositories
SOURCES_LIST="/etc/apt/sources.list"