We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f95d1 commit f5b5e69Copy full SHA for f5b5e69
files/default/ami_cleanup.sh
@@ -6,6 +6,7 @@ rm -f /var/lib/cloud/instance
6
rm -rf /etc/ssh/ssh_host_*
7
rm -f /etc/udev/rules.d/70-persistent-net.rules
8
grep -l "Created by cloud-init on instance boot automatically" /etc/sysconfig/network-scripts/ifcfg-* | xargs rm -f
9
+rm -rf /var/crash/*
10
11
# https://bugs.centos.org/view.php?id=13836#c33128
12
source /etc/os-release
0 commit comments