This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
# do not reisze, we are going to do that our self. Because the resizefs will run before the disk setup | |
resize_rootfs: false | |
# setup disk, overwriting our live partition scheme | |
# results in a 4G/16GB split on a cx11 | |
# overwrite needs to be true because we are going to change the layout of an existing drive | |
disk_setup: | |
/dev/sda: |