diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-07 15:35:18 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-07 15:35:37 +0200 |
commit | fae160f87a7c49e60205542d94e63e645caff59d (patch) | |
tree | 259d1bd78e2fe868cc83be36ad2bc4bfa60efdfe /scripts/build/lb_binary_manifest | |
parent | 046095cffa06c76406e6cd7321ccbf789d09063a (diff) | |
download | vyos-live-build-fae160f87a7c49e60205542d94e63e645caff59d.tar.gz vyos-live-build-fae160f87a7c49e60205542d94e63e645caff59d.zip |
Copying chroot.packages.live to binary.packages.
Diffstat (limited to 'scripts/build/lb_binary_manifest')
-rwxr-xr-x | scripts/build/lb_binary_manifest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_manifest b/scripts/build/lb_binary_manifest index 373e005e6..e1177ea33 100755 --- a/scripts/build/lb_binary_manifest +++ b/scripts/build/lb_binary_manifest @@ -65,5 +65,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 + # Creating stage file Create_stagefile .stage/binary_manifest |