From 028ae14eabd795f222a17e4e23bca0be9b1c0d35 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 6 Jan 2014 11:48:01 -0600 Subject: meta-n450: Use the symlink to the actual image in README Using the image symlink when dd'ing is more convenient for the user - update the documentation to reflect that. Signed-off-by: Tom Zanussi --- meta-n450/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-n450') diff --git a/meta-n450/README b/meta-n450/README index 80aabaf9..2f652dbb 100644 --- a/meta-n450/README +++ b/meta-n450/README @@ -108,7 +108,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive takes device /dev/sdf, use dd to copy the live image to it. For example: -# dd if=core-image-sato-n450-20101207053738.hddimg of=/dev/sdf +# dd if=core-image-sato-n450.hddimg of=/dev/sdf # sync # eject /dev/sdf -- cgit v1.2.3-54-g00ecf