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
|
Chroot "dpkg -l" >> binary/packages.txt
|
||||||
|
|
||||||
|
cp binary/packages.txt binary.packages
|
||||||
|
|
||||||
# Creating stage file
|
# Creating stage file
|
||||||
Create_stagefile .stage/binary_manifest
|
Create_stagefile .stage/binary_manifest
|
||||||
|
|
|
@ -80,6 +80,7 @@ do
|
||||||
rm -f binary.img
|
rm -f binary.img
|
||||||
rm -f binary*.tar.gz
|
rm -f binary*.tar.gz
|
||||||
rm -f binary.sh
|
rm -f binary.sh
|
||||||
|
rm -f binary.packages
|
||||||
|
|
||||||
rm -rf binary
|
rm -rf binary
|
||||||
rm -rf tftpboot
|
rm -rf tftpboot
|
||||||
|
|
Loading…
Reference in New Issue