Copying chroot.packages.live to binary.packages.
This commit is contained in:
parent
046095cffa
commit
fae160f87a
@ -65,5 +65,7 @@ cp chroot.packages.live "binary/${INITFS}/filesystem.${SUFFIX}"
|
||||
echo "$(diff chroot.packages.live chroot.packages.install | awk '/^< / { print $2 }')" \
|
||||
> "binary/${INITFS}/filesystem.${SUFFIX}-remove"
|
||||
|
||||
cp chroot.packages.live binary.packages
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .stage/binary_manifest
|
||||
|
@ -98,7 +98,7 @@ do
|
||||
rm -f binary*.img
|
||||
rm -f binary*.tar.gz
|
||||
rm -f binary.sh
|
||||
rm -f binary.list md5sum.txt
|
||||
rm -f binary.list binary.packages md5sum.txt
|
||||
|
||||
rm -rf binary
|
||||
rm -rf tftpboot
|
||||
|
Loading…
Reference in New Issue
Block a user