summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-09-02 21:11:50 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2013-11-12 17:17:51 +0200
commitbb665e71409047727abc4614041e70875ba68d1f (patch)
treec62c03c89d94b140aeb6689e35b53dc91e03182f
parent164e87c29133b58450e218c596ebd3a9d2bace5e (diff)
downloadmeta-raspberrypi-bb665e71409047727abc4614041e70875ba68d1f.tar.gz
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 <paul@paulbarker.me.uk>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 6f947c7..8fdfdd2 100644
--- a/README
+++ b/README
@@ -109,7 +109,7 @@ How to use it:
1092.A. Optional - compressed deployed files: 1092.A. Optional - compressed deployed files:
110========================================== 110==========================================
1111. Overwrite IMAGE_FSTYPES in local.conf 1111. Overwrite IMAGE_FSTYPES in local.conf
112 IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz 112 IMAGE_FSTYPES = "tar.bz2 ext3.xz"
1132. Overwrite SDIMG_ROOTFS_TYPE in local.conf 1132. Overwrite SDIMG_ROOTFS_TYPE in local.conf
114 SDIMG_ROOTFS_TYPE = "ext3.xz" 114 SDIMG_ROOTFS_TYPE = "ext3.xz"
1153. Overwrite SDIMG_COMPRESSION in local.conf 1153. Overwrite SDIMG_COMPRESSION in local.conf