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 9131931 commit e2eb64aCopy full SHA for e2eb64a
cookbooks/aws-parallelcluster-platform/files/ami_cleanup.sh
@@ -8,6 +8,7 @@ rm -rf /etc/ssh/ssh_host_*
8
rm -f /etc/udev/rules.d/70-persistent-net.rules
9
grep -l "Created by cloud-init on instance boot automatically" /etc/sysconfig/network-scripts/ifcfg-* | xargs rm -f
10
rm -rf /var/crash/*
11
+rm -f /etc/yum/vars/releasever
12
13
# https://bugs.centos.org/view.php?id=13836#c33128
14
source /etc/os-release
0 commit comments