This commit is contained in:
Neil Hanlon 2024-05-08 17:22:12 -04:00
parent e5d247357e
commit fe5304830d
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -491,6 +491,7 @@ LSBwb3dlci1zdGF0ZS1jaGFuZ2UKCg=="
# Remove system.devices because Oracle does things. # Remove system.devices because Oracle does things.
rm -fv /etc/lvm/devices/system.devices rm -fv /etc/lvm/devices/system.devices
} }
function cloud_cleanup_steps() { function cloud_cleanup_steps() {
@ -808,8 +809,6 @@ fi
# OCP specific settings # OCP specific settings
if [[ "$kiwi_profiles" == *"OCP"* ]]; then if [[ "$kiwi_profiles" == *"OCP"* ]]; then
ocp_cloud_steps ocp_cloud_steps
EOF
fi fi
# cloud clean up # cloud clean up