From: Michael Prokop Date: Sun, 1 Mar 2009 16:54:26 +0000 (+0100) Subject: Remove base64 from GRML_FULL X-Git-Tag: v0.9.11~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=82f9695335f16259ceb18fa54a3cb81cd1a42ce3;hp=e5bc053219a216f7738645c5be0120477a95200e Remove base64 from GRML_FULL --- diff --git a/debian/changelog b/debian/changelog index 33b2bf2..1938e75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-live (0.9.11) unstable; urgency=low + + * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide + a base64 binary now. + + -- Michael Prokop Sun, 01 Mar 2009 17:53:23 +0100 + grml-live (0.9.10) unstable; urgency=low * buildd: diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index c516ed5..c2ab04a 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -24,7 +24,6 @@ afflib amap asleap bar -base64 bfa bkp btsco diff --git a/grml-live b/grml-live index 67bbaeb..90346a4 100755 --- a/grml-live +++ b/grml-live @@ -14,7 +14,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.9.10' +GRML_LIVE_VERSION='0.9.11' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"