diff options
author | librewish | 2021-09-12 20:30:34 +0530 |
---|---|---|
committer | librewish | 2021-09-12 20:30:34 +0530 |
commit | 752ceb29fd23a6c4cffbca9f65adad1cb53f4872 (patch) | |
tree | a41fd50e983356d81f724b91463f8855bae07d9a /os-prober-grepfix.patch | |
parent | 5271f23d8ac140f2db82697b645c38a41ccc78ac (diff) | |
download | aur-752ceb29fd23a6c4cffbca9f65adad1cb53f4872.tar.gz |
add patches from opensuse
Diffstat (limited to 'os-prober-grepfix.patch')
-rw-r--r-- | os-prober-grepfix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/os-prober-grepfix.patch b/os-prober-grepfix.patch deleted file mode 100644 index 4dadd4f57ba..00000000000 --- a/os-prober-grepfix.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: os-prober/os-probes/mounted/x86/83haiku -=================================================================== ---- os-prober.orig/os-probes/mounted/x86/83haiku -+++ os-prober/os-probes/mounted/x86/83haiku -@@ -13,7 +13,7 @@ case "$type" in - *) debug "$partition is not a BeFS partition: exiting"; exit 1 ;; - esac - --if head -c 512 "$partition" | grep -qs "system.haiku_loader"; then -+if head -c 512 "$partition" | grep -aqs "system.haiku_loader"; then - debug "Stage 1 bootloader found" - else - debug "Stage 1 bootloader not found: exiting" |