X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=5c3570d2f0c1c1bd1710cd41deaca2494c872377;hp=300a5b379434a2ade81c92bc0936d4f34cdebfb0;hb=a9ce0c89b9719776dd8baadce3b647d2296975a5;hpb=fbf2dd19acaa441025d0beb33b8e17ad3c1d61f0 diff --git a/grml-debootstrap b/grml-debootstrap index 300a5b3..5c3570d 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -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}'; ls /dev/md*); + gawk -v num=0 -v ORS=' ' '/^\/dev\// {print $1}'; echo /dev/md*); if [ -z "$AVAILABLE_PARTITIONS" ] ; then dialog --title "$PN" --trim \