From 7c54bac85759d1e93d0e067d28a3ec13e95e5cfe Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 20 Apr 2021 00:53:38 +0200 Subject: [PATCH] Rename config file --- config.sh => gentoo.conf | 0 install | 9 ++++----- 2 files changed, 4 insertions(+), 5 deletions(-) rename config.sh => gentoo.conf (100%) diff --git a/config.sh b/gentoo.conf similarity index 100% rename from config.sh rename to gentoo.conf diff --git a/install b/install index c2659b9..8163d67 100755 --- a/install +++ b/install @@ -37,7 +37,7 @@ source "$GENTOO_INSTALL_REPO_DIR/scripts/main.sh" trap 'kill "$GENTOO_INSTALL_REPO_SCRIPT_PID"' INT ACTION="" -CONFIG="$GENTOO_INSTALL_REPO_DIR/config.sh" +CONFIG="$GENTOO_INSTALL_REPO_DIR/gentoo.conf" while [[ $# -gt 0 ]]; do case "$1" in @@ -45,14 +45,13 @@ while [[ $# -gt 0 ]]; do echo "Usage: $0 [opts]... " echo "Performs a minimal gentoo installation. See https://github.com/oddlama/gentoo-install" echo "for more information." - echo " location (config.sh)" + echo "" echo "Options:" echo " -c, --config Use the given configuration file instead of the default" - echo " location (config.sh)" + echo " location (gentoo.conf)" echo "" echo "Actions:" - echo " -i, --install Installs gentoo using the configuration" - echo " provided in config.sh" + echo " -i, --install Installs gentoo as configured" echo " -R, --chroot Chroot into an existing system. The root filesystem" echo " is mounted automatically based on the partition" echo " UUIDs (generated when installing for the first time),"