OSDN Git Service

[change] : Forcibly enabled verbose logging for builds.
authorYamadaHayao <shun819.mail@gmail.com>
Sun, 9 Feb 2020 02:16:12 +0000 (11:16 +0900)
committerYamadaHayao <shun819.mail@gmail.com>
Sun, 9 Feb 2020 02:16:12 +0000 (11:16 +0900)
build.sh

index d8f4005..43f1a79 100755 (executable)
--- 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 <password>      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}
 }