tripleo-image-elements/elements/overcloud-partition/post-install.d/99-enable-tmp-mount

8 lines
178 B
Bash
Executable File

#!/bin/bash
set -eux
# Ensure tmp.mount isn't masked, which is done in cloud images
# such as CentOS-Stream-GenericCloud-8
systemctl unmask tmp.mount
systemctl enable tmp.mount