From: Michael Prokop Date: Tue, 18 Aug 2009 22:38:02 +0000 (+0200) Subject: Drop edac-utils from GRML_FULL X-Git-Tag: v0.9.22~24 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=17ce2cf69b84bd97b7a3de775ca588cad7ec57dd Drop edac-utils from GRML_FULL --- diff --git a/debian/changelog b/debian/changelog index 52a4080..f0d3d02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-live (0.9.22) UNRELEASED; urgency=low + + * Drop edac-utils from GRML_FULL (it's in a bad shape within Debian). + + -- Michael Prokop Wed, 19 Aug 2009 00:37:15 +0200 + grml-live (0.9.21) unstable; urgency=low [ Michael Prokop ] diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index e3a405a..b32e06f 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -556,7 +556,6 @@ e3 ebtables ecryptfs-utils ed -edac-utils edbrowse eflite eieio diff --git a/grml-live b/grml-live index 6198546..34f96b8 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.21' +GRML_LIVE_VERSION='0.9.22' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"