Compare commits

...

2 commits

Author SHA1 Message Date
eichehome 97717d914b Eine .gitignore-Datei hinzugefuegt 2023-12-20 06:02:31 +01:00
eichehome 3461873e29 renamed pacstrap to bootstrap 2023-12-20 05:57:08 +01:00
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored Normal file
View file

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

View file

@ -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
bootstrap