Compare commits

..

No commits in common. "97717d914b2bc198a40a05ee49e93a7a97a2e228" and "ca39d77abf1c8ad70bebf43c9241d98f36ae0aeb" have entirely different histories.

2 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/manual-build/resources/

View file

@ -73,7 +73,7 @@ are given, $(basename "$0") defaults to the "base" group.
EOF EOF
} }
bootstrap() { pacstrap() {
(( EUID == 0 )) || die 'This script must be run with root privileges' (( EUID == 0 )) || die 'This script must be run with root privileges'
# create obligatory directories # create obligatory directories
@ -123,7 +123,7 @@ while getopts ':C:cDGiKMNPU' flag; do
case $flag in case $flag in
C) C)
pacman_config=$OPTARG pacman_config=$OPTARG
;;bootstrap ;;
D) D)
pacman_args+=(-dd) pacman_args+=(-dd)
;; ;;
@ -175,4 +175,4 @@ if (( ! interactive )); then
fi fi
setup=chroot_setup setup=chroot_setup
bootstrap pacstrap