From: Michael Prokop Date: Mon, 12 May 2008 17:13:57 +0000 (+0200) Subject: Remove raggle from GRML_FULL X-Git-Tag: 0.8~6 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b2d51bcb6581ee43bc7c9c69776809914e78f15c Remove raggle from GRML_FULL --- diff --git a/debian/changelog b/debian/changelog index 7fe2c2b..23415c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-live (0.8) unstable; urgency=low + + * Remove packages from GRML_FULL: + - raggle (#479562) + + -- Michael Prokop Mon, 12 May 2008 19:13:32 +0200 + grml-live (0.7) unstable; urgency=low * Update templates/boot/addons/allinone.img to current version diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index 9b75a48..32eea35 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -1449,7 +1449,6 @@ quota racoon radeontool radio -raggle rain rake randomize-lines diff --git a/grml-live b/grml-live index cebe8ae..ec9f847 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Thu May 08 16:22:55 CEST 2008 [mika] +# Latest change: Mon May 12 19:13:48 CEST 2008 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -15,7 +15,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.7' +GRML_LIVE_VERSION='0.8' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"