Created
October 7, 2022 14:54
-
-
Save jt-nti/5f7b89105f7e098d875173a7cf10fc6a to your computer and use it in GitHub Desktop.
Just trying out cloud-init
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 | |
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