diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 12:33:07 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:08 +0200 |
commit | ee674162daca3c9c4c379f8d8a1440258ab26064 (patch) | |
tree | ffabbdd5528ab65799a01a02ee332d4479acc1a9 /scripts/build/chroot | |
parent | 36a44c849ad3cf21c7178146f5160155e44fc8d7 (diff) | |
download | vyos-live-build-ee674162daca3c9c4c379f8d8a1440258ab26064.tar.gz vyos-live-build-ee674162daca3c9c4c379f8d8a1440258ab26064.zip |
Adding ls -lR files as .files output.
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-x | scripts/build/chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot index f15068f30..bb3c3dbaf 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -74,6 +74,7 @@ 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 ${@} |