diff options
-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 2bce9e1..b5e558a 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 4d20016..acb9149 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 |