_filter_uuid() get updated and changed output from:
uuid: <UUID>
->
uuid: <UUID>
It is a typo introduced by xfs/077, this patch fixed this.
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
UUID=$1
sed -e "s/\(uuid[ :=]\+\) $UUID/\1 <EXACTUUID>/i"
else
- sed -e "s/\(uuid[ :=]\+\) *[0-9a-f-][0-9a-f-]*/\1 <UUID>/ig"
+ sed -e "s/\(uuid[ :=]\+\) [0-9a-f-][0-9a-f-]*/\1 <UUID>/ig"
fi
}
== Generate new UUID
Clearing log and setting UUID
writing all SBs
-new UUID = <UUID>
+new UUID = <UUID>
== Rewrite UUID
old UUID = <EXACTUUID>
Clearing log and setting UUID