瀏覽代碼

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 9 年之前
父節點
當前提交
c0e16252c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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