From 47619dc6ca1f589d4daceec3f6dfd234cf79e838 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 15 Sep 2008 19:52:29 +0200 Subject: [PATCH 1/1] Improve look'n'feel of partition error dialog. --- debian/changelog | 6 ++++++ grml-debootstrap | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1ac50f..b3cd7cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-debootstrap (0.23) unstable; urgency=low + + * Improve look'n'feel of partition error dialog. + + -- Michael Prokop Mon, 15 Sep 2008 19:51:57 +0200 + grml-debootstrap (0.22) unstable; urgency=low * Display meaningful information when no partitions could be found. diff --git a/grml-debootstrap b/grml-debootstrap index 870b8a8..17e7385 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.22' +VERSION='0.23' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: @@ -170,7 +170,7 @@ prompt_for_target() gawk -v num=0 -v ORS=' ' '/^\/dev\// {print $1}') if [ -z "$AVAILABLE_PARTITIONS" ] ; then - dialog --title "$PN" --single-quoted --stdout \ + dialog --title "$PN" --trim \ --msgbox "Sorry, no partitions found. Please configure your harddisks (see /proc/partitions) using a tool like fdisk, cfdisk, gpart, gparted,..." 0 0 -- 2.1.4