diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 12:21:09 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-19 12:36:11 +0100 |
commit | 9a28d557e664c5b5653ef91aaf975c99aa350699 (patch) | |
tree | 187ea8854beb1e93e3493d603ba24d9cafa15d06 /scripts/build/binary_manifest | |
parent | 7bc281edde0f81657935b0f9549d1c67c32993b2 (diff) | |
download | vyos-live-build-9a28d557e664c5b5653ef91aaf975c99aa350699.tar.gz vyos-live-build-9a28d557e664c5b5653ef91aaf975c99aa350699.zip |
Using image name from configuration to name binary output files.
Diffstat (limited to 'scripts/build/binary_manifest')
-rwxr-xr-x | scripts/build/binary_manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_manifest b/scripts/build/binary_manifest index 420d6b427..c40f2c50d 100755 --- a/scripts/build/binary_manifest +++ b/scripts/build/binary_manifest @@ -60,7 +60,7 @@ cp chroot.packages.live "binary/${INITFS}/filesystem.${SUFFIX}" echo "$(diff chroot.packages.live chroot.packages.install | awk '/^< / { print $2 }')" \ > "binary/${INITFS}/filesystem.${SUFFIX}-remove" -cp chroot.packages.live binary.packages +cp chroot.packages.live ${LIVE_IMAGE_NAME}.packages # Creating stage file Create_stagefile .build/binary_manifest |