about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-10-17 10:38:41 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-10-17 10:38:41 +0200
commitc0e16252c3ded26bd63db539b0f677599d671620 (patch)
tree4d046ddab7f78c8a09351b7fb8517098c60831d8 /installer.sh.in
parent7c699d32c2f0b97a65f423f219e15d09c7d88003 (diff)
downloadhrmpf-c0e16252c3ded26bd63db539b0f677599d671620.tar.gz
hrmpf-c0e16252c3ded26bd63db539b0f677599d671620.tar.xz
hrmpf-c0e16252c3ded26bd63db539b0f677599d671620.zip
installer: detect cciss partitions correctly (3/3).
This finally allows for a successfull installation with cciss(4) devices.

Thanks to maldrige for testing.
Diffstat (limited to 'installer.sh.in')
-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