update homepage

This commit is contained in:
Tobias Powalowski 2024-06-12 14:46:39 +02:00
parent 108608e782
commit 9cb371c52c

View file

@ -17,7 +17,7 @@
<h1>Archboot Home | <a href="https://archboot.com/gallery.html">Gallery</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="donate.png" alt="Donate"></a></h1>
<h2>2024 Fundraise: 0% <progress max="100" value="38">0%</progress> 100%</h2>
<p><strong>&copy; 2006 - 2024 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong> | Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a></strong><br>
<strong>Last update: 09.06.2024 18:27</strong></p>
<strong>Last update: 12.06.2024 14:33</strong></p>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#introduction" id="toc-introduction"><strong><span class="toc-section-number">1.</span> Introduction</strong></a></li>
@ -1013,12 +1013,10 @@ The calculated size to boot the image follows the formula:<br>
</thead>
<tbody>
<tr class="odd">
<td><code># archboot-x86_64-release.sh &lt;directory&gt; \<br>https://source.archboot.com/release/x86_64/latest/</code></td>
<td><code># sed -n '12,19p' Release.txt >archboot.key<br># chmod 600 archboot.key<br># ssh-keygen -f archboot.key -y archboot-pub.key<br># Enter passphrase: Archboot<br># mv archboot{,-pub}.key /etc/archboot/ssh/<br># archboot-x86_64-release.sh &lt;directory&gt; \<br> https://source.archboot.com/release/x86_64/latest/</code></td>
</tr>
</tbody>
</table>
<li>Add the used private OpenSSH key to /etc/archboot/archboot-key</li>
<li>Add the used public OpenSSH key to /etc/archboot/archboot-key.pub</li>
<h3 data-number="7.2.3" id="create-image-files-with-modifications"><span class="header-section-number">7.2.3</span> <strong>Create Image Files With Modifications:</strong></h3>
<p>Explanation of the image tools / toolchain.</p>
<h4 data-number="7.2.3.1" id="archboot-x86_64-create-container.sh"><span class="header-section-number">7.2.3.1</span> <strong>archboot-x86_64-create-container.sh</strong></h4>