1 2 3 4 5 6 7 8 9 10 11 12 13 14
#cloud-config disk_setup: /dev/sdc: table_type: gpt layout: [[100, 83]] fs_setup: - filesystem: ext4 device: /dev/sdc partition: 1 label: repro mounts: - [/dev/sdc1, /test]