From c62dadf69387a747f3bb5f4e02ca1f62a9114382 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 28 May 2010 00:45:50 +0200 Subject: [PATCH] Release version 0.38. --- debian/changelog | 8 ++++++++ grml-debootstrap | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e4ece78..135390f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-debootstrap (0.38) unstable; urgency=low + + * Source specified configuration file at according stage. + * Make sure to reread the correct partition table if using SW-RAID. + * Cosmetic: fix comment regarding local CHOOSE_MIRROR. + + -- Michael Prokop Fri, 28 May 2010 00:45:20 +0200 + grml-debootstrap (0.37) unstable; urgency=low * Do not unmount ISO loopback mount point in finalize(). diff --git a/grml-debootstrap b/grml-debootstrap index 30682a2..dc4006d 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.37' +VERSION='0.38' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: -- 2.1.4