Quellcode durchsuchen

installer: detect cciss partitions correctly (3/3).

This finally allows for a successfull installation with cciss(4) devices.

Thanks to maldrige for testing.
Juan RP vor 9 Jahren
Ursprung
Commit
c0e16252c3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      installer.sh.in

+ 1 - 1
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