]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/system/cloud-init
Merge branch 'next'
[ipfire-2.x.git] / src / initscripts / system / cloud-init
index 284e24d7b9fb4ac93ed95417fa51934faad6306c..d39552b011d91cfb5f348a8584c78f162a407bf9 100644 (file)
@@ -15,6 +15,8 @@ case "${1}" in
                        scriptname="/etc/rc.d/helper/azure-setup"
                elif running_on_gcp; then
                        scriptname="/etc/rc.d/helper/gcp-setup"
+               elif running_on_oci; then
+                       scriptname="/etc/rc.d/helper/oci-setup"
                else
                        # This system is not running in the cloud
                        exit 0