diff options
author | 2021-08-25 21:05:52 +0200 | |
---|---|---|
committer | 2021-08-25 21:05:52 +0200 | |
commit | 1574a175556a6baabe0c2707e4b6345b709c91fe (patch) | |
tree | 5b1c328d75d9abf6c42815461248674eafec41b2 | |
parent | signatures: Include gpg key bundle instructions (diff) | |
download | www-1574a175556a6baabe0c2707e4b6345b709c91fe.tar.gz www-1574a175556a6baabe0c2707e4b6345b709c91fe.tar.bz2 www-1574a175556a6baabe0c2707e4b6345b709c91fe.zip |
Add link to arm64 boot iso
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | _includes/downloads/arm64.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/downloads/arm64.html b/_includes/downloads/arm64.html index 1f03d8c..9f4d723 100644 --- a/_includes/downloads/arm64.html +++ b/_includes/downloads/arm64.html @@ -1,4 +1,9 @@ <div class="col-xs-12 col-md-6"> + <h4>Boot media</h4> + <div class="list-group"> + {% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" tag="EFI" %} + </div> + <h4>Stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="arm64" id="arm64" title="Stage 3" tag="openrc" %} |