Problem Description:
On instances launched RHEL 7 AMIs /var/run is not a link to /run. This breaks DBUS upgrades
Expected Behavior:
/var/run is a link to /run in all created AMIs
Actual Behavior:
/var/run is not a link to /run in all created AMIs
(Detailed) Steps to reproduce:
Build new RHEL 7 AMIs from current scripts
(Optional) Fix recommendation:
Add an "end-of-build" type of task to ensure that /var/run is a link to /run.
Problem Description:
On instances launched RHEL 7 AMIs
/var/runis not a link to/run. This breaks DBUS upgradesExpected Behavior:
/var/runis a link to/runin all created AMIsActual Behavior:
/var/runis not a link to/runin all created AMIs(Detailed) Steps to reproduce:
Build new RHEL 7 AMIs from current scripts
(Optional) Fix recommendation:
Add an "end-of-build" type of task to ensure that
/var/runis a link to/run.