Blame SOURCES/os-prober-grepfix.patch

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