[SCM] live-helper branch, debian-next, updated. debian/2.0_a12-1-15-gfbe4bd2

Daniel Baumann daniel at debian.org
Fri May 21 05:33:56 UTC 2010


The following commit has been merged in the debian-next branch:
commit fbe4bd2b112a5e5db80f08808335535fcb24b90b
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri May 21 07:27:44 2010 +0200

    Renaming manifest files to packages.

diff --git a/helpers/binary_manifest b/helpers/binary_manifest
index 4ec95eb..c0cf0fe 100755
--- a/helpers/binary_manifest
+++ b/helpers/binary_manifest
@@ -52,10 +52,11 @@ case "${LH_INITRAMFS}" in
 		;;
 esac
 
-# Add filesystem.manifest
-Chroot chroot "dpkg-query -W" > binary/"${INITFS}"/filesystem.manifest
-# Copy filesystem.manifest in image to binary.manifest as build output.
-cp binary/"${INITFS}"/filesystem.manifest binary.manifest
+# Add filesystem.packages
+Chroot chroot "dpkg-query -W" > binary/"${INITFS}"/filesystem.packages
+
+# Copy filesystem.packages in image to binary.packages as build output.
+cp binary/"${INITFS}"/filesystem.packages binary.packages
 
 # Creating stage file
 Create_stagefile .stage/binary_manifest

-- 
live-helper



More information about the debian-live-changes mailing list