update homepage

This commit is contained in:
Tobias Powalowski 2023-05-04 20:34:24 +02:00
parent 7b751b3e43
commit f51171543b

View file

@ -172,7 +172,7 @@
</head>
<body>
<h1>Archboot Homepage</h1>
<p>Last update 04.05.2023 15:53<br>&copy; Tobias Powalowski </span><a href="https://archlinux.org/people/developers/#tpowa"><strong>tpowa</strong></a><span dir=""></p>
<p>Last update 04.05.2023 20:34<br>&copy; Tobias Powalowski </span><a href="https://archlinux.org/people/developers/#tpowa"><strong>tpowa</strong></a><span dir=""></p>
<p><span dir=""><img src="https://pkgbuild.com/~tpowa/archboot/web/logo.png" alt="Logo"></span></p>
<p><span dir=""><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate" /></a> You like the project? I like coffee :-)</span></p>
<nav id="TOC" role="doc-toc">
@ -232,7 +232,7 @@
</nav>
<h2 data-number="1" id="introduction"><span class="header-section-number">1.</span> Introduction</h2>
<p><strong>Archboot</strong><span dir=""> is a most advanced, modular <a href="https://archlinux.org/"><strong>Arch Linux</strong></a> boot/install image creation utility to generate<br><strong>reproducible</strong> bootable media for <strong>UKI/CD/USB/PXE</strong>, designed for <strong>installation</strong> or <strong>rescue</strong> operation.<br>The system only runs in <strong>ZRAM</strong> on a <strong>btrfs</strong> filesystem and <strong>without</strong> any other <strong>special</strong> filesystems like <strong>squashfs/erofs</strong>.</span><br />
<span dir="">It was first used as official installer from Arch Linux 0.7 till 2008.03 release and is developed by </span><a href="https://archlinux.org/people/developers/#tpowa"><strong>tpowa</strong></a><span dir=""> since 2006.</span></p>
<span dir="">First it was used as official installer from Arch Linux 0.7 till 2008.03 release and is developed by </span><a href="https://archlinux.org/people/developers/#tpowa"><strong>tpowa</strong></a><span dir=""> since 2006.</span></p>
<h2 data-number="2" id="image-releases"><span class="header-section-number">2.</span> <span dir="">Image Releases</span></h2>
<ul>
<li><a href="https://www.reddit.com/r/archboot/"><strong>Latest News</strong></a>, <a href="https://gitlab.archlinux.org/tpowa/archboot/-/blob/master/CHANGELOG"><strong>Changelog</strong></a>, <a href="https://pkgbuild.com/~tpowa/archboot/web/gallery.html"><strong>Screenshot Gallery</strong></a>, <a href="https://bit.ly/archboot-all"><strong>Sources</strong></a>.</li>
@ -933,7 +933,7 @@ Its an initramdisk which includes everything. The calculated size to boot the
<thead>
<tr class="header">
<th>Feature</th>
<th>archboot</th>
<th>archboot *</th>
<th>archiso</th>
</tr>
</thead>
@ -967,20 +967,35 @@ Its an initramdisk which includes everything. The calculated size to boot the
<td>Yes</td>
<td>No</td>
</tr>
<tr class="even">
<td>Rootfs located on</td>
<td>btrfs on ZRAM</td>
<td>squashfs</td>
<tr class="odd">
<td>Bootup speed systemd-analyze</td>
<td>15 seconds</td>
<td>75 seconds</td>
</tr>
<tr class="odd">
<td>Rootfs number of packages</td>
<td>Free RAM on 4GiB system in MiB</td>
<td>3136</td>
<td>2853</td>
</tr>
<tr class="odd">
<td>Imagesize in MiB</td>
<td>231 - 796</td>
<td>853 </td>
</tr>
<tr class="even">
<td>ROOTFS size in MiB</td>
<td>635</td>
<td>1700</td>
</tr>
<tr class="odd">
<td>ROOTFS packages</td>
<td>199</td>
<td>389</td>
</tr>
<tr class="even">
<td>Rootfs size in MiB</td>
<td>635</td>
<td>1700</td>
<td>ROOTFS Type</td>
<td>btrfs on ZRAM</td>
<td>squashfs</td>
</tr>
<tr class="odd">
<td>Man/Info Pages</td>
@ -1092,16 +1107,6 @@ Its an initramdisk which includes everything. The calculated size to boot the
<td>Yes</td>
<td>No</td>
</tr>
<tr class="odd">
<td>Imagesize in MiB</td>
<td>231 - 796</td>
<td>853 </td>
</tr>
<tr class="odd">
<td>Bootup speed systemd-analyze</td>
<td>15 seconds</td>
<td>75 seconds</td>
</tr>
<tr class="even">
<td>Build speed</td>
<td>faster</td>
@ -1129,6 +1134,7 @@ Its an initramdisk which includes everything. The calculated size to boot the
</tr>
</tbody>
</table>
<p>* All values were meassured in qemu (4GB RAM, kvm and virtio backend) with the normal archboot image.</p>
</ul>
<h3 data-number="2.18" id="development-git-repository"><span class="header-section-number">2.18</span> <strong><span dir="">Development: GIT repository</span></strong></h3>
<p>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> .</p>