From af92bf2111d76356b2298adc6901fbd1a15f0cbb Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Fri, 3 Jan 2014 13:35:49 +0100 Subject: allow Linux filesystem data GUID --- backend/modules/partitions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/modules/partitions b/backend/modules/partitions index 6d890c1..b586d17 100644 --- a/backend/modules/partitions +++ b/backend/modules/partitions @@ -157,7 +157,7 @@ function list_linux_partitions() for part in $(list_all_partitions) do case "$(blkid -p -s PART_ENTRY_TYPE -o value "$part")" in - 0x83|ebd0a0a2-b9e5-4433-87c0-68b6b72699c7) + 0x83|ebd0a0a2-b9e5-4433-87c0-68b6b72699c7|0fc63daf-8483-4772-8e79-3d69d8477de4) [ "$(get_filesystem_type $part)" = "Linux" ] && echo "$part" ;; esac -- cgit v1.0