From 76aff528ff38db4802bd5dacbe8860b375ce4c61 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Thu, 12 Jun 2025 12:49:37 +0200 Subject: Remove sshfs sharing backend from boxed build The sshfs sharing backend doesn't work in containers where the default one works just fine. To make the --isolated builds more accessible just use the default. The default in kiwi is currently: --9p-sharing --- kiwi-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwi-build b/kiwi-build index bc1920c..0479f42 100755 --- a/kiwi-build +++ b/kiwi-build @@ -80,7 +80,7 @@ set +e if [ ! ${kiwi_isolated} ]; then kiwi-ng ${debug} --type="${image_type}" --profile="${image_profile}" --kiwi-file="${kiwi_file}" --color-output system build --description "${kiwi_description_dir}" --target-dir "${output_dir}-build" ${kiwibuild_extra_args:+${kiwibuild_extra_args}} else - kiwi-ng ${debug} --type="${image_type}" --profile="${image_profile}" --kiwi-file="${kiwi_file}" --color-output system boxbuild --box universal --sshfs-sharing -- --description "${kiwi_description_dir}" --target-dir "${output_dir}-build" ${kiwibuild_extra_args:+${kiwibuild_extra_args}} + kiwi-ng ${debug} --type="${image_type}" --profile="${image_profile}" --kiwi-file="${kiwi_file}" --color-output system boxbuild --box universal -- --description "${kiwi_description_dir}" --target-dir "${output_dir}-build" ${kiwibuild_extra_args:+${kiwibuild_extra_args}} fi kiwi_status=$? set -e -- cgit v1.3.1+13