Remove /etc/vnc/updateid when finalising

This commit is contained in:
Andrew Wedgbury 2017-11-21 22:04:33 +00:00 committed by XECDesign
parent 204f79471d
commit 294c6e7bfe

View file

@ -45,6 +45,7 @@ for _FILE in $(find ${ROOTFS_DIR}/var/log/ -type f); do
done
rm -f "${ROOTFS_DIR}/root/.vnc/private.key"
rm -f "${ROOTFS_DIR}/etc/vnc/updateid"
update_issue $(basename ${EXPORT_DIR})
install -m 644 ${ROOTFS_DIR}/etc/rpi-issue ${ROOTFS_DIR}/boot/issue.txt