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:
Gerhard Brauer 2009-07-26 10:40:59 +02:00 committed by Aaron Griffin
parent 742995e060
commit 73dc6b4b1b

View File

@ -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}" ;;