Switch order of mirror configuration in example config
authorMichael Prokop <mika@grml.org>
Fri, 13 Nov 2009 10:07:34 +0000 (11:07 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 13 Nov 2009 10:07:34 +0000 (11:07 +0100)
debian/changelog
etc/grml/grml-live.conf
grml-live

index a3065e3..bb950c6 100644 (file)
@@ -1,3 +1,10 @@
+grml-live (0.9.33) UNRELEASED; urgency=low
+
+  * Switch order of mirror configuration in example config.
+    Thanks for the hint, formorer.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 13 Nov 2009 11:06:38 +0100
+
 grml-live (0.9.32) unstable; urgency=low
 
   * Update docs to reflect current FAI_CONFIG_* setup.
index c8bb66e..e4aad8b 100644 (file)
@@ -61,9 +61,9 @@
 # manually edit /etc/grml/fai/apt/sources.list but instead use $GRML_LIVE_SOURCES.
 # Use the variable as your /etc/apt/sources.list looks like.
 # GRML_LIVE_SOURCES="
-#deb http://192.168.1.112/debian     lenny        main contrib non-free
 #deb http://deb.grml.org/            grml-stable  main
 #deb http://deb.grml.org/            grml-testing main
+#deb http://192.168.1.112/debian     lenny     main contrib non-free
 #deb http://cdn.debian.net/debian etch         main contrib non-free
 #"
 
index afbf7d6..f5a3453 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -23,7 +23,7 @@ fi
 set -e
 
 # global variables
-GRML_LIVE_VERSION='0.9.32'
+GRML_LIVE_VERSION='0.9.33-pre1'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'