diff options
-rwxr-xr-x | scripts/build/chroot | 3 |
1 files changed, 2 insertions, 1 deletions
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 |