From 3461873e29f124bd6b324ba0398b07380417406f Mon Sep 17 00:00:00 2001 From: eichehome Date: Wed, 20 Dec 2023 05:57:08 +0100 Subject: [PATCH] renamed pacstrap to bootstrap --- manual-build/archos-bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual-build/archos-bootstrap b/manual-build/archos-bootstrap index 7ab0419..b1cf84b 100644 --- a/manual-build/archos-bootstrap +++ b/manual-build/archos-bootstrap @@ -73,7 +73,7 @@ are given, $(basename "$0") defaults to the "base" group. EOF } -pacstrap() { +bootstrap() { (( EUID == 0 )) || die 'This script must be run with root privileges' # create obligatory directories @@ -123,7 +123,7 @@ while getopts ':C:cDGiKMNPU' flag; do case $flag in C) pacman_config=$OPTARG - ;; + ;;bootstrap D) pacman_args+=(-dd) ;; @@ -175,4 +175,4 @@ if (( ! interactive )); then fi setup=chroot_setup -pacstrap \ No newline at end of file +bootstrap \ No newline at end of file