From d61c044ec0966dd3601bf08f8b8dd25fcdc59288 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2013 14:56:17 +0200 Subject: Moving creation of chroot.files manifest in lb chroot after pseudo-filesystems have been unmounted to avoid loops, thanks to Michal Suchanek . --- scripts/build/chroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build/chroot b/scripts/build/chroot index bb3c3dbaf..ca8ec65a7 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -74,7 +74,6 @@ lb chroot_hacks ${@} lb chroot_interactive ${@} Chroot chroot "dpkg-query -W" > chroot.packages.live -Chroot chroot "ls -lR" > chroot.files # Deconfiguring chroot lb chroot_archives chroot remove ${@} @@ -92,3 +91,5 @@ lb chroot_selinuxfs remove ${@} lb chroot_proc remove ${@} lb chroot_devpts remove ${@} lb chroot_cache save ${@} + +Chroot chroot "ls -lR" > chroot.files -- cgit v1.2.3