7b1f2e
From b9863c11601e199420a375e13505e2b795de77c5 Mon Sep 17 00:00:00 2001
7b1f2e
From: Frederick Grose <4335897+FGrose@users.noreply.github.com>
7b1f2e
Date: Tue, 9 Feb 2021 19:02:01 -0500
7b1f2e
Subject: [PATCH] 80-udisks2.rules: Ignore Apple boot partition from
7b1f2e
 livecd-tools
7b1f2e
7b1f2e
https://github.com/livecd-tools/livecd-tools/pull/176 creates a new boot
7b1f2e
partition with livecd-iso-to-disk from Fedora Live .iso files that UDISKS
7b1f2e
should ignore.
7b1f2e
---
7b1f2e
 data/80-udisks2.rules | 1 +
7b1f2e
 1 file changed, 1 insertion(+)
7b1f2e
7b1f2e
diff --git a/data/80-udisks2.rules b/data/80-udisks2.rules
7b1f2e
index fb50f48a0..d6fa072fd 100644
7b1f2e
--- a/data/80-udisks2.rules
7b1f2e
+++ b/data/80-udisks2.rules
7b1f2e
@@ -122,6 +122,7 @@ ENV{ID_PART_ENTRY_SCHEME}=="mac", ENV{ID_PART_ENTRY_TYPE}=="Apple_Bootstrap", EN
7b1f2e
 
7b1f2e
 # Apple Boot partitions
7b1f2e
 ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_TYPE}=="426f6f74-0000-11aa-aa11-00306543ecac", ENV{UDISKS_IGNORE}="1"
7b1f2e
+ENV{ID_FS_LABEL}=="ANACONDA", ENV{ID_PART_ENTRY_TYPE}=="48465300-0000-11aa-aa11-00306543ecac|0xaf", ENV{UDISKS_IGNORE}="1"
7b1f2e
 
7b1f2e
 # special DOS partition types (EFI, hidden, etc.) and RAID/LVM
7b1f2e
 # see http://www.win.tue.nl/~aeb/partitions/partition_types-1.html