Blame SOURCES/os-prober-yaboot-parsefix.patch

c62eab
diff -up os-prober-1.53/linux-boot-probes/mounted/powerpc/40yaboot.parsefix os-prober-1.53/linux-boot-probes/mounted/powerpc/40yaboot
c62eab
--- os-prober-1.53/linux-boot-probes/mounted/powerpc/40yaboot.parsefix	2012-05-25 15:57:13.477647064 +0430
c62eab
+++ os-prober-1.53/linux-boot-probes/mounted/powerpc/40yaboot	2012-05-25 16:16:58.844827933 +0430
c62eab
@@ -74,8 +74,8 @@ parse_yaboot_conf () {
c62eab
 				kernel="$(dequote "$2")"
c62eab
 			;;
c62eab
 			append)
c62eab
-				shift 1
c62eab
-				parameters="$(dequote "${line#append=}")"
c62eab
+				cleanappend=`printf %s "$line" | sed -E 's/append(\s)*=(\s)*//'`
c62eab
+				parameters="$(dequote "$cleanappend")"
c62eab
 			;;
c62eab
 			initrd)
c62eab
 				initrd="$(dequote "$2")"