build-debian: Change filename of the "files" file

This commit is contained in:
Johan Gunnarsson 2021-08-03 20:54:30 +02:00
parent 0c92fb8f8d
commit 0aeb10a989
1 changed files with 3 additions and 1 deletions

View File

@ -132,7 +132,9 @@ cp -rv --preserve=mode ../2nd-stage-files/post-2nd-stage-files/* debian
echo "${OS}" > debian/etc/hostname
# List all files
find debian ! -type d -printf "/%P\n" | sort > "/artifacts/${OS}-${DIST}-${ARCH}.files.txt"
find debian ! -type d -printf "/%P\n" | sort > files.txt
cp files.txt "/artifacts/${OS}-${DIST}-${ARCH}-${PASSWORD}.bin.gz.files.txt"
# Make a ext4 filesystem of this and put it into the image
rm -f ext4.img