From 2558e984b78cf9d241d844c4949ba9bd72aac5de Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 11 Jul 2020 17:49:46 +0900 Subject: [PATCH] [update] : Added --noaur --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c59afeae..dd3010c7 100755 --- a/build.sh +++ b/build.sh @@ -1329,7 +1329,7 @@ make_iso() { # Parse options options="${@}" _opt_short="a:bc:dg:hjk:lo:p:t:u:w:x" -_opt_long="arch:,boot-splash,comp-type:,debug,help,lang,japanese,kernel:,cleaning,out:,password:,comp-opts:,user:,work:,bash-debug,nocolor,noconfirm,nodepend,gitversion,shmkalteriso,msgdebug,noloopmod,tarball,noiso" +_opt_long="arch:,boot-splash,comp-type:,debug,help,lang,japanese,kernel:,cleaning,out:,password:,comp-opts:,user:,work:,bash-debug,nocolor,noconfirm,nodepend,gitversion,shmkalteriso,msgdebug,noloopmod,tarball,noiso,noaur" OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- "${@}") if [[ ${?} != 0 ]]; then exit 1 @@ -1452,6 +1452,10 @@ while :; do noiso=true shift 1 ;; + --noaur) + noaur=true + shift 1 + ;; --) shift break -- 2.11.0