update homepage

This commit is contained in:
Tobias Powalowski 2023-06-20 14:15:42 +02:00
parent 77a3589ecd
commit 63b744c33c

View file

@ -14,7 +14,7 @@
<body>
<p><span><img src="/web/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="/web/donate.png" alt="Donate"></a></h1>
<p><strong>&copy; 2006 - 2023 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong><br>Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a><br>Last update: 16.06.2023 21:51</strong></p>
<p><strong>&copy; 2006 - 2023 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong><br>Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a><br>Last update: 20.06.2023 13:58</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>
@ -797,7 +797,7 @@ Its an initramfs which includes everything. The calculated size to boot the i
<td class="MyNo">&#10006;</td>
</tr>
<tr class="odd">
<td>Offline installation support*</td>
<td>Offline installation support<sup>1</sup></td>
<td class="MyYes">&#10004;</td>
<td class="MyNo">&#10006;</td>
</tr>
@ -827,22 +827,27 @@ Its an initramfs which includes everything. The calculated size to boot the i
<td class="MyYes">&#10004;</td>
</tr>
<tr>
<td>Bootup speed to prompt**</td>
<td>Real Machine boot to prompt<sup>2</sup></td>
<td class="MyYes">65 seconds</td>
<td class="MyNo">125 seconds</td>
</tr>
<tr>
<td>Virtual Machine boot to prompt<sup>3</sup></td>
<td class="MyYes">19 seconds</td>
<td class="MyNo">23 seconds</td>
</tr>
<tr class="odd">
<td>Bootup speed systemd-analyze**</td>
<td>Virtual Machine systemd-analyze<sup>3</sup></td>
<td class="MyYes">18 seconds</td>
<td class="MyNo">60 seconds</td>
</tr>
<tr class="odd">
<td>Minimum RAM to boot in MiB**</td>
<td>Minimum RAM to boot in MiB<sup>3</sup></td>
<td class="MyYes">700</td>
<td class="MyNo">750</td>
</tr>
<tr>
<td>Free RAM on system in MiB**</td>
<td>Free RAM on system in MiB<sup>3</sup></td>
<td class="MyYes">3320</td>
<td class="MyNo">2820</td>
</tr>
@ -852,7 +857,7 @@ Its an initramfs which includes everything. The calculated size to boot the i
<td class="MyNo">828 </td>
</tr>
<tr class="even">
<td>ROOTFS size in MiB**</td>
<td>ROOTFS size in MiB</td>
<td class="MyYes">383</td>
<td class="MyNo">1700</td>
</tr>
@ -973,7 +978,8 @@ Its an initramfs which includes everything. The calculated size to boot the i
</tr>
</tbody>
</table>
<p> &#9733; Optional | * Only local image | ** QEMU (4GB RAM, kvm and virtio backend), normal image</p>
<p> &#9733; Optional | <sup>1</sup> Only local image | <sup>2</sup> Acer R11 Chromebook 4GB RAM</p>
<p> <sup>3</sup> QEMU (4GB RAM, kvm and virtio backend), normal image</p>
<h2 data-number="6." id="development"><span class="header-section-number">6.</span> <strong>Development: GIT and Bugtracker</strong></h2>
<ul>
<li>GIT repository can be found at <a href="https://gitlab.archlinux.org/tpowa/archboot"><strong>Arch Linux Gitlab</strong></a> or <a href="https://github.com/tpowa/Archboot"><strong>Github</strong></a> .</li>