diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-02 10:24:22 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-02 10:24:22 +0100 |
commit | a1634bb1ffe9a12c144691a7e9801f77fb5f7476 (patch) | |
tree | a6ddf344ddb0a24dd703c2fffb3d1bcdbdde4284 /_includes/downloads/arm64-advanced.html | |
parent | Add picture of Kent (cropped version of the dragon/Weta studios picture) (diff) | |
download | www-a1634bb1ffe9a12c144691a7e9801f77fb5f7476.tar.gz www-a1634bb1ffe9a12c144691a7e9801f77fb5f7476.tar.bz2 www-a1634bb1ffe9a12c144691a7e9801f77fb5f7476.zip |
Musl overlay is optional now
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 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index 05aacf1..765f77e 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -17,11 +17,14 @@ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl-hardened" title="Hardened Stage 3" tag="musl | openrc" %} </div> - <div class="alert alert-warning"> - <strong><i class="fa fa-fw fa-warning"></i> Musl stages require the musl overlay</strong> + <div class="alert alert-info"> + <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages: consider the musl overlay</strong> <p> - If you want to use the musl stages, you must add the <a href="https://gitweb.gentoo.org/proj/musl.git/">musl overlay</a> to your installation. - Instructions how to do this can be found on the <a href="https://wiki.gentoo.org/wiki/Project:Hardened_musl">page of the Hardened musl project</a>. + 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! </p> </div> |