Update for release
authorMichael Prokop <mika@grml.org>
Wed, 28 Oct 2009 22:25:32 +0000 (23:25 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 28 Oct 2009 23:52:55 +0000 (00:52 +0100)
debian/changelog
grml-debootstrap

index 194ce7e..ccb4476 100644 (file)
@@ -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[#]".
 
   * 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 <mika@grml.org>  Wed, 28 Oct 2009 21:40:46 +0100
 
 
  -- Michael Prokop <mika@grml.org>  Wed, 28 Oct 2009 21:40:46 +0100
 
index 2d79d19..c8075d8 100755 (executable)
@@ -11,7 +11,7 @@ set -e # exit on any error
 
 # variables {{{
 PN="$(basename $0)"
 
 # 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:
 MNTPOINT="/mnt/debootstrap.$$"
 
 # inside the chroot system locales might not be available, so use minimum: