about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 92b16f5..e1abaa0 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -190,7 +190,7 @@ show_partitions() {
         [ "$fstype" = "crypto_LUKS" ] && continue
         [ "$fstype" = "LVM2_member" ] && continue
         fssize=$(lsblk -nr /dev/cciss/$part|awk '{print $4}')
-        echo "$part"
+        echo "/dev/cciss/$part"
         echo "size:${fssize:-unknown};fstype:${fstype:-none}"
     done
     if [ -e /sbin/lvs ]; then