From 12d0cfb70477dfdff370d5863a1aa215701c3694 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 15 Dec 2009 00:42:10 +0100 Subject: [PATCH] Update changelog for release 0.33. --- debian/changelog | 31 +++++++++++++++++++++++++++---- grml-debootstrap | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b79840..a1c83ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,30 @@ -grml-debootstrap (0.33) UNRELEASED; urgency=low +grml-debootstrap (0.33) unstable; urgency=low - * Do not provide the 'install bootloader into partition' feature - in the interactive menu (since grub2 can't handle that). + [ Michael Prokop ] + * Do not provide the 'install bootloader into partition' feature in + the interactive menu. + * Install to directory: normalise the path to an absolute directory + name. + * remove cached debs to reduce diskpace during bootstrap (based on + patch by gebi, thanks). + + [ Ulrich Dangel ] + * Support and enable per default --keyring option. [Closes: issue746] + * Do not run MAKEDEV inside the chroot. + * Adjusted umount handling in bailout() to work with set -e + * Always execute install_policy_rcd in chroot [Closes: issue778] + * Install signal handler to always cleanup chroot. + * Replace /bin/true with true in chroot-script + * Remove duplicate : in getopt definition. Caused wrong parameter + handling. + * Adjusted Filename comment in cmdlineopts.clp + * Remove trailing whitespace from debian/rules + * Switched order of including cmdlineopts.clp, first check local + directory + * Only set PARTITION=1 if target is a block device. + + [ Michael Gebetsroither ] + * introduce --pre-scripts to be executed before chroot-scripts -- Michael Prokop Thu, 29 Oct 2009 01:40:37 +0100 @@ -318,7 +341,7 @@ grml-debootstrap (0.9) unstable; urgency=low grml-debootstrap (0.8) unstable; urgency=low - * Add BOOT_APPEND option for kernel appendline + * Add BOOT_APPEND option for kernel appendline -- Alexander Wirt Sat, 21 Apr 2007 11:19:06 +0200 diff --git a/grml-debootstrap b/grml-debootstrap index 48f7c64..016e73d 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.33-pre1' +VERSION='0.33' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: -- 2.1.4