Last active
August 30, 2019 20:33
-
-
Save ryanj/f2b5fa6264e9b23cfa7f87fc5bd45fe7 to your computer and use it in GitHub Desktop.
#/usr/libexec/coreos-installer -d DEV -b https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-metal.raw.xz -i https://gist.githubusercontent.com/ryanj/f2b5fa6264e9b23cfa7f87fc5bd45fe7/raw/6b1faf632e7ef5d6228abcb856709494e2f09543/fcos_template.json
This file contains 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
{"ignition":{"config":{"replace":{"source":null,"verification":{}}},"security":{"tls":{}},"timeouts":{},"version":"3.0.0"},"passwd":{"users":[{"homeDir":"/home/core","name":"core","sshAuthorizedKeys":["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC7sLcYVWUochTBiD/hbkBbt9MutMTFio+ogwgyDhHNCOktnlp2Lis2fi9QbyXlwARW9aGrEv5jiQmJSCKy8d4HHVAcS4cg5vuSDdTQJOBAowYjS4IXz2KXJ1NzZ9a+FvzEQuOgoVhvI/D+oj+TkpriWgt3lOh/fVQAcJbXhJSNug4LWfiTDGXaRDkqskJKXOKUjJTysHFnfoGTTQssb69HgWjcwT+E8ndRtyV09gJBXL8D+oSKNZCB+4RwQT0e1N608eUCmsi/9RbHCaZTG2+BZV1GEgnMPMRkzSrBXKD2YSGydsDfDjkwulpy62mZTakF5KsfrFERw0KGoO2ktZBxrIp9ZQf+89c7/jqohf4S1xwxm3FT3gsn3yrk/6H/APilXGPZatCIwFAqnqzapdQhF0RQXcuovuQwjjA6HCJfzurENZbOjTBPzUSH6fbCnvJnYM27W/PtKq769DCVjNkm7lRW32gCZa5o2yMVwbQ6gyd5BLrm5wQ2rCvrYo8mG/SMCkrLVKpmGGmWFjjiWJeVS7mvNvgtabTLxAkgnuu8qZwgbyjaDv2psa/ZmcmBATr/krsMxLIvvoNdzUe0+zQS3cUAbdw+xJpfrMaaHlDxKKNaNqzrYEwjF5aVEy65V6izalMjt7UEC0qjPpXQz7gyGb9753thCwTIzgq+uK8RXw== [email protected]"],"shell":"/bin/bash"}]},"storage":{"files":[{"group":{},"overwrite":true,"path":"/etc/hostname","user":{},"contents":{"source":"data:,core01","verification":{}},"mode":420},{"group":{},"overwrite":true,"path":"/etc/motd","user":{},"contents":{"source":"data:,Good%20news%2C%20Everyone!","verification":{}},"mode":420},{"group":{"id":501},"path":"/opt/test_file","user":{"id":500},"contents":{"source":"data:,Hello%2C%20world!","verification":{}},"mode":420}]},"systemd":{"units":[{"contents":"[Unit]\nDescription=A hello world unit!\n[Service]\nType=oneshot\nExecStart=/usr/bin/echo \"Hello, World! (from fcOS!!)\"\n[Install]\nWantedBy=multi-user.target\n","enabled":true,"name":"hello.service"}]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment