Remove /etc/vnc/updateid when finalising
This commit is contained in:
parent
204f79471d
commit
294c6e7bfe
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue