summaryrefslogtreecommitdiffstats
path: root/downloads/index.md
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-25 22:31:18 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-25 22:31:18 +0100
commit5fb95b59a79417679e54deef48dfe1e7bf5af6ef (patch)
treee95d08c7757bcaae47bef7d75bb4acb833747f25 /downloads/index.md
parent41043bc591d2168e06a0d7b8ca45a58ef8a99ed1 (diff)
downloadmksite-alpine-5fb95b59a79417679e54deef48dfe1e7bf5af6ef.tar.bz2
mksite-alpine-5fb95b59a79417679e54deef48dfe1e7bf5af6ef.tar.xz
downloads: group isos by flavor
Diffstat (limited to 'downloads/index.md')
-rw-r--r--downloads/index.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/downloads/index.md b/downloads/index.md
index ffa29e9..55fa58f 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -1,5 +1,18 @@
---
title: Downloads
+flavor:
+ alpine:
+ title: Standard
+ desc: Most common used packages included. Use this for routers and servers that run from RAM.
+ alpine-mini:
+ title: Mini
+ desc: Only the basic packages included. Use this for disk installs from network.
+ alpine-vanilla:
+ title: Vanilla
+ desc: Similar to 'Mini' but with a vanilla kernel. This is for troubleshooting kernel issues.
+ alpine-xen:
+ title: Xen
+ desc: Xen Dom0 LiveCD and Xen packages.
---
Downloads
@@ -16,6 +29,7 @@ Released {{releases.alpine.x86.datestr}}
<th class="checksums">checksum</th>
</tr>
+<tr> <td colspan="3">{{flavor.alpine.title}}</td> </tr>
{{#releases.alpine.archs}}
<tr>
<td class="iso"><a href="{{iso_url}}">{{iso}}</a></td>
@@ -30,6 +44,7 @@ Released {{releases.alpine.x86.datestr}}
</tr>
{{/releases.alpine.archs}}
+<tr><td colspan="3">{{flavor.alpine-mini.title}}</td> </tr>
{{#releases.alpine-mini.archs}}
<tr>
<td class="iso"><a href="{{iso_url}}">{{iso}}</a></td>
@@ -44,6 +59,7 @@ Released {{releases.alpine.x86.datestr}}
</tr>
{{/releases.alpine-mini.archs}}
+<tr> <td colspan="3">{{flavor.alpine-vanilla.title}}</td> </tr>
{{#releases.alpine-vanilla.archs}}
<tr>
<td class="iso"><a href="{{iso_url}}">{{iso}}</a></td>
@@ -58,6 +74,7 @@ Released {{releases.alpine.x86.datestr}}
</tr>
{{/releases.alpine-vanilla.archs}}
+<tr><td colspan="3">{{flavor.alpine-xen.title}}</td> </tr>
{{#releases.alpine-xen.archs}}
<tr>
<td class="iso"><a href="{{iso_url}}">{{iso}}</a></td>