X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=5c3570d2f0c1c1bd1710cd41deaca2494c872377;hp=9f18ad74cfb8f2c391feff87002bec39abb8ded8;hb=b47f571655967dc5abdefc4f1bc98e1f30d5e5a2;hpb=35cefbcdbd6633223fea03a7c61b8b249813dfa3 diff --git a/grml-debootstrap b/grml-debootstrap index 9f18ad7..5c3570d 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.24' +VERSION='0.26' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: @@ -177,7 +177,7 @@ prompt_for_target() AVAILABLE_PARTITIONS=$(LANG=C fdisk -l 2>/dev/null | \ sed 's/*//' | \ grep -v 'Extended$' | \ - gawk -v num=0 -v ORS=' ' '/^\/dev\// {print $1}') + gawk -v num=0 -v ORS=' ' '/^\/dev\// {print $1}'; echo /dev/md*); if [ -z "$AVAILABLE_PARTITIONS" ] ; then dialog --title "$PN" --trim \