<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docs on Rasputin</title><link>https://rasputin.geekdojo.com/docs/</link><description>Recent content in Docs on Rasputin</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://rasputin.geekdojo.com/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Provisioning &amp; the seed file</title><link>https://rasputin.geekdojo.com/docs/provisioning/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://rasputin.geekdojo.com/docs/provisioning/</guid><description>&lt;h2 id="starter--your-first-node"&gt;Starter — your first node&lt;/h2&gt;
&lt;p&gt;Your first node runs the &lt;strong&gt;control plane&lt;/strong&gt; (the web UI + API). Flash the &lt;a href="https://rasputin.geekdojo.com/download/"&gt;OS image&lt;/a&gt;, then:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Plug the flashed card or drive into your computer and mount the volume labeled &lt;strong&gt;&lt;code&gt;RASPUTIN-FW&lt;/code&gt;&lt;/strong&gt; — the small FAT seed partition. Go by the label, not size: the Pi image has several FAT partitions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a file named &lt;code&gt;rasputin-seed.env&lt;/code&gt; at its root with two lines:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-env" data-lang="env"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;RASPUTIN_NODE_ROLE&lt;span style="color:#f92672"&gt;=&lt;/span&gt;controlplane
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;RASPUTIN_SSH_AUTHORIZED_KEY&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;ssh-ed25519 AAAA… you@laptop&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Use your own SSH &lt;strong&gt;public&lt;/strong&gt; key, and keep the double quotes — the file is read by &lt;code&gt;sh&lt;/code&gt; and the key contains spaces.&lt;/p&gt;</description></item></channel></rss>