/usr/share/doc/walinuxagent/99-cloud-init-disable-diskprovisioning.conf is in walinuxagent 2.1.3-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # On Windows Azure, the resource disk is checked and formated
# each reboot. For some users, this causes some problems, especially
# when it comes to handling Swap partitions.
#
# If you would like WALinuxAgent to handle the ephemeral disk rather
# than Cloud-init, copy this file to /etc/cloud/cloud.d and enable
# provisioning in /etc/waagent.conf:
cloud_config_modules:
- emit_upstart
- ssh-import-id
- locale
- set-passwords
- snappy
- grub-dpkg
- apt-pipelining
- apt-configure
- package-update-upgrade-install
- landscape
- timezone
- puppet
- chef
- salt-minion
- mcollective
- disable-ec2-metadata
- runcmd
- byobu
|