Also copying binary package list to build directory.
This commit is contained in:
parent
9d4ea53717
commit
72a7e46e00
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue