add the new mirrors, welcome again Europe and Indonesia :)

This commit is contained in:
Tobias Powalowski 2024-03-21 19:30:36 +01:00
parent 55e0c1fb2d
commit 77b51ce6e2
2 changed files with 15 additions and 4 deletions

View file

@ -16,8 +16,14 @@ setup:
- removed mbrtogpt conversion option
Hosting:
- added subdomain source.archboot.com for build sources
- added subdomain pkg.archboot.com for [archboot] repository
- added subdomain release.archboot.com for releases
- added new Package Mirrors for [archboot] repository:
- United States with subdomain pkg.archboot.com
- Europe with subdomain pkg.archboot.de
- Indonesia subdomain pkg.archboot.net
- added new Release Mirrors:
- United States with subdomain release.archboot.com
- Europe with subdomain release.archboot.de
- Indonesia with subdomain release.archboot.net
---
2024.02 Highlights:
- kernel 6.7.6 on aarch64

View file

@ -16,7 +16,7 @@
<p><span><img src="logo.png" alt="Logo"></span></p>
<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="1">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: 21.03.2024 06:55</strong></p>
<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: 21.03.2024 19:18</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>
@ -74,6 +74,7 @@
<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></li>
<li><strong>Release schedule</strong>: on kernel updates, important package updates, bugfixing and feature updates</li>
<li><strong>Mirrors:</strong> <a href="https://release.archboot.com"><strong>United States</strong></a> | <a href="https://release.archboot.de"><strong>Europe</strong></a> | <a href="https://release.archboot.net"><strong>Indonesia</strong></a></li>
<li><a href="https://source.archboot.com"><strong>Build Sources</strong></a></li>
<li><a href="https://wiki.syslinux.org/wiki/index.php?title=Isohybrid"><strong>Hybrid images</strong></a>, <a href="https://wiki.archlinux.org/title/Unified_kernel_image" title="UKI"><strong>Unified Kernel Images</strong></a>, <a href="https://wiki.archlinux.org/title/Kernel" title="Kernel"><strong>Kernels</strong></a>, <a href="https://wiki.archlinux.org/title/Initrd" title="Initrd"><strong>Initrd</strong></a>, and <a href="https://wiki.archlinux.org/title/Microcode" title="Microcode"><strong>Microcodes</strong></a> are provided.</li>
<li><strong>PGP KEY</strong>: <a href="https://keyserver.ubuntu.com/pks/lookup?op=vindex&amp;fingerprint=on&amp;exact=on&amp;search=0x5B7E3FB71B7F10329A1C03AB771DF6627EDF681F"><strong>5B7E 3FB7 1B7F 1032 9A1C 03AB 771D F662 7EDF 681F</strong></a> for file verification is provided.</li>
@ -1003,8 +1004,12 @@ The calculated size to boot the image follows the formula:<br>
<tbody>
<tr class="odd">
<td><code>[archboot]</code><br>
<code># GeoIP</code><br>
<code># United States</code><br>
<code>Server = https://pkg.archboot.com</code><br>
<code># Europe</code><br>
<code>Server = https://pkg.archboot.de</code><br>
<code># Indonesia</code><br>
<code>Server = https://pkg.archboot.net</code><br>
</td>
</tr>
</tbody>