From 3e43f6558cec07e1396e907fae94eb2c7b6d4157 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 Nov 2009 11:07:34 +0100 Subject: [PATCH] Switch order of mirror configuration in example config --- debian/changelog | 7 +++++++ etc/grml/grml-live.conf | 2 +- grml-live | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a3065e3..bb950c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 13 Nov 2009 11:06:38 +0100 + grml-live (0.9.32) unstable; urgency=low * Update docs to reflect current FAI_CONFIG_* setup. diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index c8bb66e..e4aad8b 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -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 #" diff --git a/grml-live b/grml-live index afbf7d6..f5a3453 100755 --- 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' -- 2.1.4