From 30e23b1078f38cebf833263081768a60015ab6c3 Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 27 Jun 2020 14:15:23 +0900 Subject: [PATCH] [update] : Removed -j in airootfs scripts. --- build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sh b/build.sh index f8880fed..7547eb2e 100755 --- a/build.sh +++ b/build.sh @@ -909,14 +909,11 @@ make_customize_airootfs() { if [[ ${bash_debug} = true ]]; then addition_options="${addition_options} -x" fi - if [[ ${japanese} = true ]]; then - addition_options="${addition_options} -j" - fi if [[ ${rebuild} = true ]]; then addition_options="${addition_options} -r" fi - share_options="-p '${password}' -k '${kernel}' -u '${username}' -o '${os_name}' -i '${install_dir}' -s '${usershell}' -a '${arch}'" + share_options="-p '${password}' -k '${kernel}' -u '${username}' -o '${os_name}' -i '${install_dir}' -s '${usershell}' -a '${arch}' -g '${language}'" # X permission -- 2.11.0