Blame SOURCES/os-prober-grepfix.patch

278265
Index: os-prober/os-probes/mounted/x86/83haiku
278265
===================================================================
278265
--- os-prober.orig/os-probes/mounted/x86/83haiku
278265
+++ os-prober/os-probes/mounted/x86/83haiku
278265
@@ -13,7 +13,7 @@ case "$type" in
278265
 	*) debug "$partition is not a BeFS partition: exiting"; exit 1 ;;
278265
 esac
278265
 
278265
-if head -c 512 "$partition" | grep -qs "system.haiku_loader"; then
278265
+if head -c 512 "$partition" | grep -aqs "system.haiku_loader"; then
278265
 	debug "Stage 1 bootloader found"
278265
 else
278265
 	debug "Stage 1 bootloader not found: exiting"