X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=17e7385a2e07bfdf67cc4970c77398b5bc8933be;hp=870b8a83a974d4fcb8d2cf163d88ccc26f52d43a;hb=47619dc6ca1f589d4daceec3f6dfd234cf79e838;hpb=59c1a803fd1a543affa991e91684179321831e63 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