From bb665e71409047727abc4614041e70875ba68d1f Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 2 Sep 2013 21:11:50 +0100 Subject: README: Fix IMAGE_FSTYPES example The SD image is always created with the extension "rpi-sdimg" and this cannot be changed by editing IMAGE_FSTYPES. Change-Id: I7336e8c698f13fba14ef9cc9bf6c0b262bf261e5 Signed-off-by: Paul Barker --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6f947c7..8fdfdd2 100644 --- a/README +++ b/README @@ -109,7 +109,7 @@ How to use it: 2.A. Optional - compressed deployed files: ========================================== 1. Overwrite IMAGE_FSTYPES in local.conf - IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz + IMAGE_FSTYPES = "tar.bz2 ext3.xz" 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf SDIMG_ROOTFS_TYPE = "ext3.xz" 3. Overwrite SDIMG_COMPRESSION in local.conf -- cgit v1.2.3-54-g00ecf