Skip to content

Commit e4a2e7e

Browse files
Merge pull request #1434 from vojtechtrefny/main_discoverable-partitions-boot-fix
Do not set XBOOTLDR GUID for /boot partition (#2406974)
2 parents 9188476 + 0991b2b commit e4a2e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

blivet/devicelibs/gpt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ def gpt_part_uuid_for_mountpoint(path, arch=None):
238238

239239
"/efi": GPT_VOL_ESP,
240240
"/boot/efi": GPT_VOL_ESP,
241-
"/boot": GPT_VOL_XBOOTLDR,
242241
"/home": GPT_VOL_HOME,
243242
"/var": GPT_VOL_VAR,
244243
"/srv": GPT_VOL_SRV,

0 commit comments

Comments
 (0)