From 67ed349c39dd946b02a9e7a0cce5f9b2695dfc5c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 27 Feb 2013 18:43:06 +0100 Subject: [PATCH] download page: fix version number --- download/index.html.tt2 | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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

-- 2.1.4