update homepage

This commit is contained in:
Tobias Powalowski 2023-10-15 11:28:42 +02:00
parent e888d102de
commit 2604e09574

View file

@ -15,7 +15,7 @@
<body> <body>
<p><span><img src="logo.png" alt="Logo"></span></p> <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> <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: 13.10.2023 11:15</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: 15.10.2023 11:27</strong></p>
<nav id="TOC" role="doc-toc"> <nav id="TOC" role="doc-toc">
<ul> <ul>
<li><a href="#introduction" id="toc-introduction"><strong><span class="toc-section-number">1.</span> Introduction</strong></a></li> <li><a href="#introduction" id="toc-introduction"><strong><span class="toc-section-number">1.</span> Introduction</strong></a></li>
@ -1080,7 +1080,7 @@ There are the following configuration files for ISO creation:
<li>Options supported in <strong>config</strong> files:<br> <li>Options supported in <strong>config</strong> files:<br>
<strong>_KERNEL, _HOOKS, _COMP, COMP_OPTS</strong></li> <strong>_KERNEL, _HOOKS, _COMP, COMP_OPTS</strong></li>
<li>Functions supported in <strong>HOOK</strong> files:<br> <li>Functions supported in <strong>HOOK</strong> files:<br>
<strong>_dir, _full_dir, _binary, _file, _symlink, _module, _all_modules</strong></li> <strong>_map, _dir, _full_dir, _binary, _file, _file_rename, _symlink, _module, _all_modules</strong></li>
</ul> </ul>
<h4 data-number="7.2.3.4" id="archboot-x86_64-iso.sh"><span class="header-section-number">7.2.3.4</span> <strong>archboot-x86_64-iso.sh</strong></h4> <h4 data-number="7.2.3.4" id="archboot-x86_64-iso.sh"><span class="header-section-number">7.2.3.4</span> <strong>archboot-x86_64-iso.sh</strong></h4>
<p>Script for image creation from running system or for use in archboot container.</p> <p>Script for image creation from running system or for use in archboot container.</p>