From 3aca4ae007edcbef168fc628c1219cb4f322b2b1 Mon Sep 17 00:00:00 2001 From: hayao Date: Fri, 1 May 2020 15:05:19 +0900 Subject: [PATCH] [update] : Revised help message. Added some information --- build.sh | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index 0bf21a3d..54df1d9d 100755 --- a/build.sh +++ b/build.sh @@ -221,19 +221,26 @@ _usage () { echo "usage ${0} [options] [channel]" echo echo " General options:" + echo echo " -b Enable boot splash" echo " Default: disable" + echo " -j Enable Japanese mode." + echo " Default: disable" + echo " -l Enable post-build cleaning." + echo " Default: disable" + echo " -d Enable debug messages." + echo " Default: disable" + echo " -x Enable bash debug mode.(set -xv)" + echo " Default: disable" + echo " -h This help message and exit." + echo echo " -c Set SquashFS compression type (gzip, lzma, lzo, xz, zstd)" echo " Default: ${sfs_comp}" echo " -g Set gpg key" echo " Default: ${gpg_key}" - echo " -j Enable Japanese mode." - echo " Default: disable" echo " -k Set special kernel type." echo " core means normal linux kernel" echo " Default: ${kernel}" - echo " -l Enable post-build cleaning." - echo " Default: disable" echo " -o Set the output directory" echo " Default: ${out_dir}" echo " -p Set a live user password" @@ -244,9 +251,9 @@ _usage () { echo " Default: ${username}" echo " -w Set the working directory" echo " Default: ${work_dir}" - echo " -x Enable debug mode." - echo " Default: disable" - echo " -h This help message and exit." + echo + echo " --noconfirm Does not check the settings before building." + echo " --nodepend Do not check package dependencies before building." echo echo "You can switch between installed packages, files included in images, etc. by channel." echo -- 2.11.0