summarylogtreecommitdiffstats
path: root/os-prober-05efi-blkid.patch
diff options
context:
space:
mode:
authorlibrewish2021-09-15 20:42:07 +0530
committerlibrewish2021-09-15 20:42:07 +0530
commit69cab91b343aef6d0c887aeae6cbc0ddbdcbccc0 (patch)
treede271501214faa303bf11b33099534696c1852a9 /os-prober-05efi-blkid.patch
parent66857a13aebc4ff4da0f06b027231b18cdefc314 (diff)
downloadaur-69cab91b343aef6d0c887aeae6cbc0ddbdcbccc0.tar.gz
revert all patches
Diffstat (limited to 'os-prober-05efi-blkid.patch')
-rw-r--r--os-prober-05efi-blkid.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/os-prober-05efi-blkid.patch b/os-prober-05efi-blkid.patch
deleted file mode 100644
index be8a6677870d..000000000000
--- a/os-prober-05efi-blkid.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: os-prober/os-probes/mounted/x86/05efi
-===================================================================
---- os-prober.orig/os-probes/mounted/x86/05efi
-+++ os-prober/os-probes/mounted/x86/05efi
-@@ -46,6 +46,13 @@ if type udevinfo > /dev/null 2>&1; then
- fi
- fi
-
-+ # udev may not work in chroot as its db may not be there, bailout that by blkid (bsc#1076779)
-+ if [ -z "$ID_PART_ENTRY_TYPE" -a -z "$ID_PART_ENTRY_SCHEME" ] &&
-+ type blkid > /dev/null 2>&1; then
-+ debug "fallback to blkid"
-+ eval "$(blkid -p -o udev "$partition" | grep -E '^(ID_PART_ENTRY_(TYPE|SCHEME))=')"
-+ fi
-+
- debug "$partition partition scheme is $ID_PART_ENTRY_SCHEME"
- debug "$partition partition type is $ID_PART_ENTRY_TYPE"
-