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