X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=b97e298ce9a3ade6de95dfda410eb4d65d8f9419;hp=8d31eb4e519cb0935c281887bd8ce0e371bf3592;hb=7bf7613239c430d514a95c9902039f3b1660be27;hpb=44fb73d832cefe94fe9e6066ef0f0005f91191ce diff --git a/grml-debootstrap b/grml-debootstrap index 8d31eb4..b97e298 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.18' +VERSION='0.19' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: @@ -338,8 +338,7 @@ PARTITION_LIST=$(for i in $(echo $AVAILABLE_PARTITIONS) ; do echo "$i $(vol_id --type $i 2>/dev/null || echo [no_filesystem_yet]) off" done) -dialog --title "$PN" \ - --single-quoted \ +dialog --title "$PN" --separate-output \ --checklist "Please select the partitions you would like to use for your $RAIDLEVEL on ${TARGET}:" 0 0 0 \ $PARTITION_LIST 2>$TMPFILE RETVAL=$?