From: YamadaHayao Date: Sun, 9 Feb 2020 02:16:12 +0000 (+0900) Subject: [change] : Forcibly enabled verbose logging for builds. X-Git-Tag: 20Q1.2.0~100 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=263d41875ba2421da5c2366f860e9bd37f0a5706;p=alterlinux%2Falterlinux.git [change] : Forcibly enabled verbose logging for builds. --- diff --git a/build.sh b/build.sh index d8f4005f..43f1a79f 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ gpg_key= password=alter boot_splash=false -verbose="" +verbose="-v" script_path=$(readlink -f ${0%/*}) umask 0022 @@ -44,7 +44,7 @@ _usage () echo " -p Set a live user password" echo " Default: alter" echo " -b Enable boot splash." - echo " -v Enable verbose output" +# echo " -v Enable verbose output" echo " -h This help message" exit ${1} }