From c0e16252c3ded26bd63db539b0f677599d671620 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 17 Oct 2015 10:38:41 +0200 Subject: installer: detect cciss partitions correctly (3/3). This finally allows for a successfull installation with cciss(4) devices. Thanks to maldrige for testing. --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer.sh.in') 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 -- cgit 1.4.1