diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-15 13:54:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-04-15 13:54:32 +0200 |
commit | 72a7e46e0067a118f834dec4cecf14a6d949c8ef (patch) | |
tree | 5ca1d385a779e159e2ca27606572549a45342757 /helpers | |
parent | 9d4ea537179040356039b0dc383f28f625e0d9d0 (diff) | |
download | vyos-live-build-72a7e46e0067a118f834dec4cecf14a6d949c8ef.tar.gz vyos-live-build-72a7e46e0067a118f834dec4cecf14a6d949c8ef.zip |
Also copying binary package list to build directory.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_manifest | 2 | ||||
-rwxr-xr-x | helpers/lh_clean | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_binary_manifest b/helpers/lh_binary_manifest index 2bce9e156..b5e558a0b 100755 --- a/helpers/lh_binary_manifest +++ b/helpers/lh_binary_manifest @@ -57,5 +57,7 @@ EOF Chroot "dpkg -l" >> binary/packages.txt +cp binary/packages.txt binary.packages + # Creating stage file Create_stagefile .stage/binary_manifest diff --git a/helpers/lh_clean b/helpers/lh_clean index 4d20016ef..acb914980 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -80,6 +80,7 @@ do rm -f binary.img rm -f binary*.tar.gz rm -f binary.sh + rm -f binary.packages rm -rf binary rm -rf tftpboot |