#cloud-config growpart: mode: 'off' no_ssh_fingerprints: true resize_rootfs: false runcmd: - - userdel - ubuntu - - rm - -rf - /home/ubuntu users: [] write_files: - content: "Disabled by Ubuntu live installer after first boot.\nTo re-enable cloud-init\ \ on this image run:\n sudo cloud-init clean --machine-id\n" defer: true path: /etc/cloud/cloud-init.disabled