summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/downloads/ppc.html')
-rw-r--r--python/templates/includes/downloads/ppc.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/templates/includes/downloads/ppc.html b/python/templates/includes/downloads/ppc.html
new file mode 100644
index 0000000..1880dde
--- /dev/null
+++ b/python/templates/includes/downloads/ppc.html
@@ -0,0 +1,12 @@
+<div class="col-xs-12 col-md-6">
+ <h4>Boot Media</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="iso" arch="ppc" id="minimal" title="Minimal Installation CD" %}
+ </div>
+ <h4>Stage Archives</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="ppc" id="ppc" title="PPC Stage 3" %}
+ {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-32ul" title="PPC64 Stage 3" tag="32ul" %}
+ {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-64ul" title="PPC64 Stage 3" tag="64ul" %}
+ </div>
+</div> \ No newline at end of file