Skip to content

Commit

Permalink
export-image: clean additional backup files (RPi-Distro#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhromic authored and XECDesign committed Jun 4, 2018
1 parent 9d76d3a commit fea9e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions export-image/04-finalise/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ rm -f "${ROOTFS_DIR}/etc/passwd-"
rm -f "${ROOTFS_DIR}/etc/group-"
rm -f "${ROOTFS_DIR}/etc/shadow-"
rm -f "${ROOTFS_DIR}/etc/gshadow-"
rm -f "${ROOTFS_DIR}/etc/subuid-"
rm -f "${ROOTFS_DIR}/etc/subgid-"

rm -f "${ROOTFS_DIR}"/var/cache/debconf/*-old
rm -f "${ROOTFS_DIR}"/var/lib/dpkg/*-old
Expand Down

0 comments on commit fea9e29

Please sign in to comment.