Remove /etc/vnc/updateid when finalising

pull/136/head
Andrew Wedgbury 2017-11-21 22:04:33 +00:00 committed by XECDesign
parent 31fcc80953
commit 35994f5d9c
1 changed files with 1 additions and 0 deletions

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