Compare commits
No commits in common. "4a25bb15fd952c9477ec1de02acd8caa0c0a99a9" and "97717d914b2bc198a40a05ee49e93a7a97a2e228" have entirely different histories.
4a25bb15fd
...
97717d914b
1 changed files with 2 additions and 3 deletions
|
@ -49,7 +49,6 @@ pacman_args=()
|
||||||
pacmode=-Sy
|
pacmode=-Sy
|
||||||
copyconf=0
|
copyconf=0
|
||||||
pacman_config=/etc/pacman.conf
|
pacman_config=/etc/pacman.conf
|
||||||
default_package="base"
|
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
@ -69,7 +68,7 @@ usage: $(basename "$0") [options] root [packages...]
|
||||||
-h Print this help message
|
-h Print this help message
|
||||||
|
|
||||||
$(basename "$0") installs packages to the specified new root directory. If no packages
|
$(basename "$0") installs packages to the specified new root directory. If no packages
|
||||||
are given, $(basename "$0") defaults to the "$default_package" package/group.
|
are given, $(basename "$0") defaults to the "base" group.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -124,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)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue