diff options
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 |