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