Skip to content

Commit

Permalink
Merge pull request #195 from dirkmueller/master
Browse files Browse the repository at this point in the history
Add openSUSE Tumbleweed AArch64 Ports
  • Loading branch information
sysrich committed Oct 17, 2017
2 parents a1457fc + be42648 commit 1fd34ca
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions app/views/distributions/tumbleweed_ports.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,63 @@
<div class="container" role="main">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h2 id="installation-media-aarch64"><%= _('Installation Media') %> - ARM 64-bit (AArch64)</h2>
<table>
<thead>
<tr>
<th>Tumbleweed</th>
<th><%= _('Size') %></th>
<th><%= _('Download Method') %></th>
<th><%= _('Checksum') %></th>
</tr>
</thead>
<tbody>
<tr>
<td>DVD/USB Stick</td>
<td>4.0GB</td>
<td>
<a href="http://download.opensuse.org/ports/aarch64/tumbleweed/iso/openSUSE-Tumbleweed-DVD-aarch64-Current.iso">
<%= _('Direct Link') %>
</a>
|
<a href="http://download.opensuse.org/ports/aarch64/tumbleweed/iso/openSUSE-Tumbleweed-DVD-aarch64-Current.iso.meta4">
Metalink
</a>
|
<a href="http://download.opensuse.org/ports/aarch64/tumbleweed/iso/openSUSE-Tumbleweed-DVD-aarch64-Current.iso?mirrorlist">
<%= _('Pick Mirror') %>
</a>
</td>
<td>
<a href="http://download.opensuse.org/ports/aarch64/tumbleweed/iso/openSUSE-Tumbleweed-DVD-aarch64-Current.iso.sha256">
SHA256
</a>
</td>
</tr>
<tr>
<td>Network CD/USB Stick</td>
<td>120/td>
<td>
<a href="http://download.opensuse.org/ports/aarch64/tumbleweed/iso/openSUSE-Tumbleweed-NET-aarch64-Current.iso">
<%= _('Direct Link') %>
</a>
|
<a href="http://download.opensuse.org/ports/aarch64/tumbleweed/iso/openSUSE-Tumbleweed-NET-aarch64-Current.iso.meta4">
Metalink
</a>
|
<a href="http://download.opensuse.org/ports/aarch64/tumbleweed/iso/openSUSE-Tumbleweed-NET-aarch64-Current.iso?mirrorlist">
<%= _('Pick Mirror') %>
</a>
</td>
<td>
<a href="http://download.opensuse.org/ports/aarch64/tumbleweed/iso/openSUSE-Tumbleweed-NET-aarch64-Current.iso.sha256">
SHA256
</a>
</td>
</tr>
</tbody>
</table>
<h2 id="installation-media-intel-32"><%= _('Installation Media') %> - Intel 32-bit (i586)</h2>
<table>
<thead>
Expand Down

0 comments on commit 1fd34ca

Please sign in to comment.