Add genext2fs to GRML_FULL and GRML_MEDIUM
authorMichael Prokop <mika@grml.org>
Thu, 20 Nov 2008 11:42:18 +0000 (12:42 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 20 Nov 2008 11:42:18 +0000 (12:42 +0100)
debian/changelog
etc/grml/fai/config/package_config/GRML_FULL
etc/grml/fai/config/package_config/GRML_MEDIUM
grml-live

index e11a4f6..988d64f 100644 (file)
@@ -1,3 +1,10 @@
+grml-live (0.9.7) unstable; urgency=low
+
+  * Add genext2fs to GRML_FULL and GRML_MEDIUM (for use within
+    live-snapshot).
+
+ -- Michael Prokop <mika@grml.org>  Thu, 20 Nov 2008 12:41:39 +0100
+
 grml-live (0.9.6) unstable; urgency=low
 
   * Add new packages to GRML_FULL:
index 35cd120..a5db7ee 100644 (file)
@@ -737,6 +737,7 @@ gddrescue
 gdk-imlib11
 gems
 genders
+genext2fs
 geresh
 getmail4
 gettext
index bfc853b..21eea56 100755 (executable)
--- 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.6'
+GRML_LIVE_VERSION='0.9.7'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 ISO_DATE="$(date +%Y-%m-%d)"