File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1036,10 +1036,9 @@ make_iso() {
10361036
10371037
10381038# Parse options
1039- ARGUMENT=(" ${@ } " ${DEFAULT_ARGUMENT} )
10401039OPTS=(" a:" " b" " c:" " d" " e" " g:" " h" " j" " k:" " l:" " o:" " p:" " r" " t:" " u:" " w:" " x" )
10411040OPTL=(" arch:" " boot-splash" " comp-type:" " debug" " cleaning" " cleanup" " gpgkey:" " help" " lang:" " japanese" " kernel:" " out:" " password:" " comp-opts:" " user:" " work:" " bash-debug" " nocolor" " noconfirm" " nodepend" " gitversion" " msgdebug" " noloopmod" " tarball" " noiso" " noaur" " nochkver" " channellist" " config:" " noefi" " nodebug" " nosigcheck" " normwork" " log" " logpath:" " nolog" " nopkgbuild" " pacman-debug" " confirm" )
1042- if ! OPT=$( getopt -o " $( printf " %s," " ${OPTS[@]} " ) " -l " $( printf " %s," " ${OPTL[@]} " ) " -- " ${ARGUMENT [@]} " ) ; then
1041+ if ! OPT=$( getopt -o " $( printf " %s," " ${OPTS[@]} " ) " -l " $( printf " %s," " ${OPTL[@]} " ) " -- " ${@ } " " ${DEFAULT_ARGUMENT [@]}" ) ; then
10431042 exit 1
10441043fi
10451044
Original file line number Diff line number Diff line change 2626# !! WARNING !!
2727# This variable can only be used in default.conf.
2828# It does not apply even if it is used in the config of each channel.
29- DEFAULT_ARGUMENT=" "
29+ DEFAULT_ARGUMENT=(--nocolor --noloopmod -w ' /dir hoge/iso ' )
3030
3131# -- archiso --#
3232# Architecture to build
You can’t perform that action at this time.
0 commit comments