update homepage

This commit is contained in:
Tobias Powalowski 2023-10-19 21:15:06 +02:00
parent eaedfddfc1
commit 630634a8cf

View file

@ -15,7 +15,7 @@
<body>
<p><span><img src="logo.png" alt="Logo"></span></p>
<h1>Archboot Project | <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>
<p><strong>&copy; 2006 - 2023 | <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: 19.10.2023 14:30</strong></p>
<p><strong>&copy; 2006 - 2023 | <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: 19.10.2023 21:14</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>
@ -1130,11 +1130,11 @@ Functions supported in <strong>/usr/lib/archboot/cpio/hooks/&lt;hook&gt;</strong
<td>Adds symlink &lt;linkname&gt; to &lt;linkedfile&gt; on &lt;rootfs&gt;</td>
</tr>
<tr class="even">
<td>_module &lt;module&gt;</td>
<td>_mod &lt;module&gt;</td>
<td>Adds kernel &lt;module&gt; to &lt;rootfs&gt;</td>
</tr>
<tr class="odd">
<td>_all_modules -f &lt;exlude_pattern&gt; &lt;pattern&gt;</td>
<td>_all_mods -f &lt;exlude_pattern&gt; &lt;pattern&gt;</td>
<td>Adds all kernel modules &lt;pattern&gt; to &lt;rootfs&gt;,<br>use -f flag to exclude modules</td>
</tr>
</tbody>