Enabled -C option in mkarchiso
This flag allows to specify a own pacman.conf using during mkarchiso. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
742995e060
commit
73dc6b4b1b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ usage ()
|
|||
exit $1
|
||||
}
|
||||
|
||||
while getopts 'i:P:p:a:t:fvh' arg; do
|
||||
while getopts 'C:i:P:p:a:t:fvh' arg; do
|
||||
case "${arg}" in
|
||||
p) PKGLIST="${PKGLIST} ${OPTARG}" ;;
|
||||
C) PACCONFIG="${OPTARG}" ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue