summarylogtreecommitdiffstats
path: root/os-prober-grub2-parsefix.patch
diff options
context:
space:
mode:
authorlibrewish2021-09-12 20:30:34 +0530
committerlibrewish2021-09-12 20:30:34 +0530
commit752ceb29fd23a6c4cffbca9f65adad1cb53f4872 (patch)
treea41fd50e983356d81f724b91463f8855bae07d9a /os-prober-grub2-parsefix.patch
parent5271f23d8ac140f2db82697b645c38a41ccc78ac (diff)
downloadaur-752ceb29fd23a6c4cffbca9f65adad1cb53f4872.tar.gz
add patches from opensuse
Diffstat (limited to 'os-prober-grub2-parsefix.patch')
-rw-r--r--os-prober-grub2-parsefix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/os-prober-grub2-parsefix.patch b/os-prober-grub2-parsefix.patch
deleted file mode 100644
index 0ef8bdafacce..000000000000
--- a/os-prober-grub2-parsefix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: os-prober-1.58/linux-boot-probes/mounted/common/40grub2
-===================================================================
---- os-prober-1.58.orig/linux-boot-probes/mounted/common/40grub2
-+++ os-prober-1.58/linux-boot-probes/mounted/common/40grub2
-@@ -77,7 +77,7 @@ parse_grub_menu () {
- ignore_item=1
- fi
- ;;
-- linux)
-+ linux*)
- # Hack alert: sed off any (hdn,n) but
- # assume the kernel is on the same
- # partition.
-@@ -90,7 +90,7 @@ parse_grub_menu () {
- kernel="/boot$kernel"
- fi
- ;;
-- initrd)
-+ initrd*)
- initrd="$(echo "$2" | sed 's/(.*)//')"
- # Initrd same.
- if [ "$partition" != "$bootpart" ]; then