aboutsummaryrefslogtreecommitdiff
path: root/installer/lib/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/lib/config.sh')
-rw-r--r--installer/lib/config.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/lib/config.sh b/installer/lib/config.sh
index 358a5f4..fefc838 100644
--- a/installer/lib/config.sh
+++ b/installer/lib/config.sh
@@ -41,6 +41,10 @@ parse_args() {
error "--config-file requires a path argument"
fi
;;
+ --color)
+ enable_color
+ shift
+ ;;
--help|-h)
show_usage
exit 0
@@ -60,6 +64,7 @@ Arch Linux installer with ZFS/Btrfs support and snapshot management.
Options:
--config-file PATH Use config file for unattended installation
+ --color Enable colored output
--help, -h Show this help message
Without --config-file, runs in interactive mode.