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
Oracle Technology in the Cloud
Starting again a journey started a long time ago. Site is back.
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