Re: [OE-core] [PATCH] boot-directdisk: use awk instead of echo -ne for dash compatibility

2013-07-22 Thread Iorga, Cristian
-directdisk: use awk instead of echo -ne for dash compatibility The echo command is a dash shell built-in and does not support the -n and -e options so use awk instead. This fixes the partition table being corrupted when writing the MBR disk signature into the image. [YOCTO #4859] Signed-off-by: Jonathan

[OE-core] [PATCH] boot-directdisk: use awk instead of echo -ne for dash compatibility

2013-07-20 Thread Jonathan Liu
The echo command is a dash shell built-in and does not support the -n and -e options so use awk instead. This fixes the partition table being corrupted when writing the MBR disk signature into the image. [YOCTO #4859] Signed-off-by: Jonathan Liu net...@gmail.com ---