Moving creation of chroot.files manifest in lb chroot after pseudo-filesystems have been unmounted to avoid loops, thanks to Michal Suchanek <hramrach@gmail.com>.

This commit is contained in:
Daniel Baumann 2013-05-15 14:56:17 +02:00
parent 2bad1bd9c8
commit d61c044ec0
1 changed files with 2 additions and 1 deletions

View File

@ -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