From: Michael Prokop Date: Wed, 27 Feb 2013 17:43:06 +0000 (+0100) Subject: download page: fix version number X-Git-Url: https://git.grml.org/?p=grml.org.git;a=commitdiff_plain;h=67ed349c39dd946b02a9e7a0cce5f9b2695dfc5c download page: fix version number --- diff --git a/download/index.html.tt2 b/download/index.html.tt2 index ced5927..3ed5b5b 100644 --- a/download/index.html.tt2 +++ b/download/index.html.tt2 @@ -77,7 +77,7 @@
-

Download Grml 2012.03

+

Download Grml 2013.02

Get the current stable release here.

-

Release Notes

+

Release Notes

@@ -164,7 +164,7 @@ } function update_links() { - var current_version = "2012.03"; + var current_version = "2013.02"; var product = 'grml'; var arch = document.getElementById('download_arch').value; var flavour = document.getElementById('download_flavour').value; @@ -198,13 +198,13 @@ Alternate downloads

Daily images
Older releases
- Source code (both archs)
+ Source code (both archs)

Netboot packages:
- 64-bit - (sig) - 32-bit - (sig) + 64-bit + (sig) + 32-bit + (sig)

@@ -217,7 +217,7 @@ Boot from USB key

Just dd(1) the downloaded ISO to an empty USB key!

- dd if=grml64_2012.03.iso of=/dev/USB_KEY + dd if=grml64_2013.02.iso of=/dev/USB_KEY

Troubleshooting