OCI: Provisioning and boot volume size

To automatically extend the boot volume during the provisioning, cut/paste the following in the optional init sections:

#!/bin/bash

sudo yum -y install cloud-utils-growpart gdisk libicu
sudo reboot

Note: do not forget the shell in the first line