Skip to content

Commit

Permalink
Merge pull request #163 from simondeziel/build-distro-yaml
Browse files Browse the repository at this point in the history
bin/build-distro: make it easier to use relative path for YAML
  • Loading branch information
tomponline authored Apr 26, 2024
2 parents b6844f0 + 16c8828 commit fb7e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-distro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ shift 5
CACHE_DIR="${TARGET}/cache"
mkdir -p "${CACHE_DIR}"

cp "${YAML}" "${TARGET}/image.yaml"
cd "${TARGET}"
cp "${YAML}" image.yaml

# Get lxd-imagebuilder path and create a serial.
BUILDER=$(command -v lxd-imagebuilder)
Expand Down

0 comments on commit fb7e5fd

Please sign in to comment.