diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-07 15:08:14 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-07 15:08:14 +0200 |
commit | fa0ba13de67fdba694cf733a7c50529a79cc851c (patch) | |
tree | 24cea97cb7d74bd1f39fe4327acb3daf20361c12 /scripts/build/lb_binary_manifest | |
parent | ed5212022c335ae6d18eefa8a40bbee2709ac34c (diff) | |
download | vyos-live-build-fa0ba13de67fdba694cf733a7c50529a79cc851c.tar.gz vyos-live-build-fa0ba13de67fdba694cf733a7c50529a79cc851c.zip |
Renaming binary.packages list files (that contain what package is installed in the chroot) to chroot as they are build during chroot stage, this fixes some rebuild issues.
Diffstat (limited to 'scripts/build/lb_binary_manifest')
-rwxr-xr-x | scripts/build/lb_binary_manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_manifest b/scripts/build/lb_binary_manifest index e80d7808b..373e005e6 100755 --- a/scripts/build/lb_binary_manifest +++ b/scripts/build/lb_binary_manifest @@ -61,8 +61,8 @@ case "${LB_INITRAMFS}" in esac # Add filesystem.packages -cp binary.packages.live "binary/${INITFS}/filesystem.${SUFFIX}" -echo "$(diff binary.packages.live binary.packages.install | awk '/^< / { print $2 }')" \ +cp chroot.packages.live "binary/${INITFS}/filesystem.${SUFFIX}" +echo "$(diff chroot.packages.live chroot.packages.install | awk '/^< / { print $2 }')" \ > "binary/${INITFS}/filesystem.${SUFFIX}-remove" # Creating stage file |