Skip to content

Instantly share code, notes, and snippets.

@jt-nti
Created October 7, 2022 14:54
Show Gist options
  • Save jt-nti/5f7b89105f7e098d875173a7cf10fc6a to your computer and use it in GitHub Desktop.
Save jt-nti/5f7b89105f7e098d875173a7cf10fc6a to your computer and use it in GitHub Desktop.
Just trying out cloud-init
#cloud-config
runcmd:
# Note: Don't write files to /tmp from cloud-init use /run/somedir instead.
# Early boot environments can race systemd-tmpfiles-clean LP: #1707222.
- mkdir /run/cloudftw
- echo hello > /run/cloudftw/cloudftw.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment