[SCM] live-build branch, debian-next, updated. debian/3.0_a30-1-17-gfae160f

Daniel Baumann daniel at debian.org
Wed Sep 7 13:35:56 UTC 2011


The following commit has been merged in the debian-next branch:
commit fae160f87a7c49e60205542d94e63e645caff59d
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 7 15:35:18 2011 +0200

    Copying chroot.packages.live to binary.packages.

diff --git a/scripts/build/lb_binary_manifest b/scripts/build/lb_binary_manifest
index 373e005..e1177ea 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
diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean
index d486442..4b10c65 100755
--- a/scripts/build/lb_clean
+++ b/scripts/build/lb_clean
@@ -98,7 +98,7 @@ do
 			rm -f binary*.img
 			rm -f binary*.tar.gz
 			rm -f binary.sh
-			rm -f binary.list md5sum.txt
+			rm -f binary.list binary.packages md5sum.txt
 
 			rm -rf binary
 			rm -rf tftpboot

-- 
live-build



More information about the debian-live-changes mailing list