diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-07-30 12:10:54 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-30 23:52:41 +0200 |
commit | 3e83683274b70a415e43647e80991f4e6ab2f8c9 (patch) | |
tree | e33bc496428da0b2b2f5033785f6bc110a27b729 /_includes/downloads/arm64-advanced.html | |
parent | Add mips musl infoblock (diff) | |
download | www-3e83683274b70a415e43647e80991f4e6ab2f8c9.tar.gz www-3e83683274b70a415e43647e80991f4e6ab2f8c9.tar.bz2 www-3e83683274b70a415e43647e80991f4e6ab2f8c9.zip |
_includes/downloads/: Removal of Musl overlay
Stop highlighting the need of the Musl Overlay and updated info to push users towards
https://wiki.gentoo.org/wiki/Musl_usage_guide for better help.
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/arm64-advanced.html')
-rw-r--r-- | _includes/downloads/arm64-advanced.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index 0716296..30ef9a7 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -36,13 +36,9 @@ </div> <div class="alert alert-info"> - <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages: consider the musl overlay</strong> + <strong><i class="fa fa-fw fa-info-circle"></i> musl stages</strong> <p> - While the core system packages within the stage files work fine in the main gentoo repository, - musl-specific fixes for additional packages can be found in the <a href="https://gitweb.gentoo.org/proj/musl.git/">musl overlay</a>. - If you encounter problems, you may want to consider adding this overlay to your installation. - Instructions how to do so can be found, e.g., on the <a href="https://wiki.gentoo.org/wiki/Project:Hardened_musl">page - of the Hardened musl project</a>. Please file bugs! + For additional information on using musl based Gentoo systems then please see the<a href="https://wiki.gentoo.org/wiki/Musl_usage_guide">Musl usage guide</a>. </p> </div> |