From 27b5b46a512f5131d99917846857eb8fcae2bc96 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 28 Oct 2009 23:25:32 +0100 Subject: [PATCH] Update for release --- debian/changelog | 2 ++ grml-debootstrap | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 194ce7e..ccb4476 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ grml-debootstrap (0.32) unstable; urgency=low * Drop support for old-stable/etch. * Simplify usage for grub handling, now it's just GRUB="/dev/sdX[#]". + * Execute blockdev to reread partition table. + * Replace vol_id command with blkid. -- Michael Prokop Wed, 28 Oct 2009 21:40:46 +0100 diff --git a/grml-debootstrap b/grml-debootstrap index 2d79d19..c8075d8 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.31' +VERSION='0.32' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: -- 2.1.4