Skip to content

Commit

Permalink
Merge pull request #80 from OSInside/make_sure_to_run_with_path
Browse files Browse the repository at this point in the history
Make sure to run with exported PATH setting
  • Loading branch information
schaefi authored Jan 21, 2025
2 parents 58316d0 + d031df5 commit 7795dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boxes/images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function run_build {
rm -rf /result
options=$(cut -f2 -d\" /proc/cmdline)
options="${options} --description /description --target-dir /result"
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
if kiwi-ng --logfile "${logfile}" ${options}; then
kiwi-ng result bundle --id 0 --target-dir /result --bundle-dir /bundle
fi
Expand Down

0 comments on commit 7795dd7

Please sign in to comment.