commit acb1d3b6acd228d3063fe8bcbec3238c7a7ab88b Author: Dmitriy Ramazanov Date: Wed Dec 8 23:21:50 2021 +0500 Initial commit diff --git a/butane/butane-x86_64-unknown-linux-gnu b/butane/butane-x86_64-unknown-linux-gnu new file mode 100755 index 0000000..e4344c4 Binary files /dev/null and b/butane/butane-x86_64-unknown-linux-gnu differ diff --git a/test.bu b/test.bu new file mode 100644 index 0000000..c322c61 --- /dev/null +++ b/test.bu @@ -0,0 +1,7 @@ +variant: fcos +version: 1.4.0 +passwd: + users: + - name: eof + ssh_authorized_keys: + - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILC6kmOqZtr9kmAppvfElXSOMkKd8TznZV68JAvUxSl/ EoF \ No newline at end of file diff --git a/test.ign b/test.ign new file mode 100644 index 0000000..55b713f --- /dev/null +++ b/test.ign @@ -0,0 +1,15 @@ +{ + "ignition": { + "version": "3.3.0" + }, + "passwd": { + "users": [ + { + "name": "eof", + "sshAuthorizedKeys": [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILC6kmOqZtr9kmAppvfElXSOMkKd8TznZV68JAvUxSl/ EoF" + ] + } + ] + } +}