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:
parent
2bad1bd9c8
commit
d61c044ec0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue