Skip to content

Commit

Permalink
Merge pull request #65 from grml/zeha/daily-names
Browse files Browse the repository at this point in the history
daily: update URLs for new ISO names
  • Loading branch information
zeha authored Dec 13, 2024
2 parents 2081ea1 + f6e48e2 commit 33ec7e4
Showing 1 changed file with 31 additions and 63 deletions.
94 changes: 31 additions & 63 deletions content/daily/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
+++
title = 'Daily Grml snapshots'

[params]
iso_flavors = ['full', 'small']
iso_suites = ['testing', 'unstable']
iso_archs = ['amd64=64bit x86 PC', 'arm64=64bit ARM']
+++

This page provides <strong>automatically generated snapshots</strong> of the <a href="/">Grml Linux Live system</a> which were built using <a href="/grml-live/">grml-live</a>.
Expand All @@ -18,77 +23,40 @@ Note: the first link on each line points to the most recent available snapshot o
The linked .sha256 files contain the sha256 checksum of the corresponding snapshot.
The link named 'Older Versions' points to a directory that contains older available snapshots of the respective Grml flavour (as well as the latest snapshot).

### Debian testing based Grml images

#### grml-full

<ul>
<li>grml64-full_testing (64bit x86 PC):
<a href="https://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso">latest ISO</a>
<a href="https://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso.sha256">sha256</a>
--
<a href="https://daily.grml.org/grml64-full_testing/">Older Versions</a>
</li>
<li>grml-arm64-full_testing (64bit ARM):
<a href="https://daily.grml.org/grml-arm64-full_testing/latest/grml-arm64-full_testing_latest.iso">latest ISO</a>
<a href="https://daily.grml.org/grml-arm64-full_testing/latest/grml-arm64-full_testing_latest.iso.sha256">sha256</a>
--
<a href="https://daily.grml.org/grml-arm64-full_testing/">Older Versions</a>
</li>
</ul>
{{< mirrorlist.inline >}}
{{ range $.Page.Params.iso_suites }}
{{ $iso_suite := . }}
<h3>Debian {{ $iso_suite }} based Grml images</h3>

#### grml-small
{{ range $.Page.Params.iso_flavors }}
{{ $iso_flavor := . }}
<h4>grml-{{ $iso_flavor }}</h4>

<ul>
<li>grml64-small_testing (64bit x86 PC):
<a href="https://daily.grml.org/grml64-small_testing/latest/grml64-small_testing_latest.iso">latest ISO</a>
<a href="https://daily.grml.org/grml64-small_testing/latest/grml64-small_testing_latest.iso.sha256">sha256</a>
--
<a href="https://daily.grml.org/grml64-small_testing/">Older Versions</a>
</li>
<li>grml-arm64-small_testing (64bit ARM):
<a href="https://daily.grml.org/grml-arm64-small_testing/latest/grml-arm64-small_testing_latest.iso">latest ISO</a>
<a href="https://daily.grml.org/grml-arm64-small_testing/latest/grml-arm64-small_testing_latest.iso.sha256">sha256</a>
--
<a href="https://daily.grml.org/grml-arm64-small_testing/">Older Versions</a>
</li>
{{ range $.Page.Params.iso_archs }}
{{ $s := split . "=" }}
{{ $iso_arch := index $s 0 }}
{{ $iso_arch_desc := index $s 1 }}

{{ $isoname := printf "grml-%s-%s-%s" $iso_flavor $iso_arch $iso_suite }}
{{ $isourlbase := printf "https://daily.grml.org/%s/" $isoname }}
{{ $isourl := printf "%slatest/%s_latest.iso" $isourlbase $isoname }}
<li>grml-{{ $iso_flavor }}-{{ $iso_arch }}-{{ $iso_suite }} ({{ $iso_arch_desc }}):
<a href="{{ $isourl }}">latest ISO</a>
<a href="{{ $isourl }}.sha256">sha256</a>
--
<a href="{{ $isourlbase }}">Older Versions</a>
</li>

{{ end }}
</ul>

### Debian unstable based Grml images
{{ end }}

#### grml-full
{{ end }}

<ul>
<li>grml64-full_sid (64bit x86 PC):
<a href="https://daily.grml.org/grml64-full_sid/latest/grml64-full_sid_latest.iso">latest ISO</a>
<a href="https://daily.grml.org/grml64-full_sid/latest/grml64-full_sid_latest.iso.sha256">sha256</a>
--
<a href="https://daily.grml.org/grml64-full_sid/">Older Versions</a>
</li>
<li>grml-arm64-full_sid (64bit ARM):
<a href="https://daily.grml.org/grml-arm64-full_sid/latest/grml-arm64-full_sid_latest.iso">latest ISO</a>
<a href="https://daily.grml.org/grml-arm64-full_sid/latest/grml-arm64-full_sid_latest.iso.sha256">sha256</a>
--
<a href="https://daily.grml.org/grml-arm64-full_sid/">Older Versions</a>
</li>
</ul>

#### grml-small
{{< /mirrorlist.inline >}}

<ul>
<li>grml64-small_sid (64bit x86 PC):
<a href="https://daily.grml.org/grml64-small_sid/latest/grml64-small_sid_latest.iso">latest ISO</a>
<a href="https://daily.grml.org/grml64-small_sid/latest/grml64-small_sid_latest.iso.sha256">sha256</a>
--
<a href="https://daily.grml.org/grml64-small_sid/">Older Versions</a>
</li>
<li>grml-arm64-small_sid (64bit ARM):
<a href="https://daily.grml.org/grml-arm64-small_sid/latest/grml-arm64-small_sid_latest.iso">latest ISO</a>
<a href="https://daily.grml.org/grml-arm64-small_sid/latest/grml-arm64-small_sid_latest.iso.sha256">sha256</a>
--
<a href="https://daily.grml.org/grml-arm64-small_sid/">Older Versions</a>
</li>
</ul>

## Contact

Expand Down

0 comments on commit 33ec7e4

Please sign in to comment.