Compare commits

...

2 commits

Author SHA1 Message Date
Tobias Powalowski
d92c45dce4 update homepage 2024-09-06 09:37:53 +02:00
Tobias Powalowski
12c3d791b5 update homepage 2024-09-06 09:37:25 +02:00

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="48">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: 03.09.2024 15:16</strong></p>
<strong>Last update: 06.09.2024 09:37</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>
@ -1227,6 +1227,29 @@ Functions supported in <strong>/usr/lib/archboot/cpio/hooks/&lt;hook&gt;</strong
</tr>
</tbody>
</table>
<h4 data-number="7.2.3.5" id="archboot-x86_64-uki.sh"><span class="header-section-number">7.2.3.5</span> <strong>archboot-x86_64-uki.sh</strong></h4>
<p>Script for UKI creation from running system or for use in Archboot container.</p>
<table>
<thead>
<tr class="header">
<th>UKI Type</th>
<th>Run command:</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Normal</td>
<td><code># archboot-x86_64-uki.sh -g</code></td>
<tr class="even">
<td>Latest</td>
<td><code># archboot-x86_64-uki.sh -p=x86_64-latest -g</code></td>
</tr>
<tr class="odd">
<td>Local</td>
<td><code># archboot-x86_64-uki.sh -p=x86_64-local -g</code></td>
</tr>
</tbody>
</table>
<h2 data-number="7.3" id="setting-up-an-archboot-image-server"><span class="header-section-number">7.3.</span> Setting Up An Image Server</h2>
<h3 data-number="7.3.1" id="requirements-1"><span class="header-section-number">7.3.1</span> <strong>Requirements</strong></h3>
<ul>