diff options
author | Serge Schneider <[email protected]> | 2019-06-07 17:27:13 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2019-06-07 19:51:08 +0100 |
commit | afeea46a39af3a03bfe9b9a6c68d7ff379ecea01 (patch) | |
tree | 24d6cfe7e372f086fcd8dfa84c28dca6c79c50c0 /export-image/04-finalise/01-run.sh | |
parent | 265f342310a3cacfc0c772f6b7d6eff10d6b39f8 (diff) |
export-image: remove /etc/network/interfaces.dpkg-old
Diffstat (limited to 'export-image/04-finalise/01-run.sh')
-rwxr-xr-x | export-image/04-finalise/01-run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/export-image/04-finalise/01-run.sh b/export-image/04-finalise/01-run.sh index e0bd17f..093291d 100755 --- a/export-image/04-finalise/01-run.sh +++ b/export-image/04-finalise/01-run.sh @@ -15,6 +15,8 @@ fi rm -f "${ROOTFS_DIR}/etc/apt/apt.conf.d/51cache" rm -f "${ROOTFS_DIR}/usr/bin/qemu-arm-static" +rm -f "${ROOTFS_DIR}/etc/network/interfaces.dpkg-old" + rm -f "${ROOTFS_DIR}/etc/apt/sources.list~" rm -f "${ROOTFS_DIR}/etc/apt/trusted.gpg~" |