diff options
| author | Paul Barker <paul@paulbarker.me.uk> | 2013-09-02 21:11:50 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-12 17:17:51 +0200 |
| commit | bb665e71409047727abc4614041e70875ba68d1f (patch) | |
| tree | c62c03c89d94b140aeb6689e35b53dc91e03182f | |
| parent | 164e87c29133b58450e218c596ebd3a9d2bace5e (diff) | |
| download | meta-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -109,7 +109,7 @@ How to use it: | |||
| 109 | 2.A. Optional - compressed deployed files: | 109 | 2.A. Optional - compressed deployed files: |
| 110 | ========================================== | 110 | ========================================== |
| 111 | 1. Overwrite IMAGE_FSTYPES in local.conf | 111 | 1. Overwrite IMAGE_FSTYPES in local.conf |
| 112 | IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz | 112 | IMAGE_FSTYPES = "tar.bz2 ext3.xz" |
| 113 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf | 113 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf |
| 114 | SDIMG_ROOTFS_TYPE = "ext3.xz" | 114 | SDIMG_ROOTFS_TYPE = "ext3.xz" |
| 115 | 3. Overwrite SDIMG_COMPRESSION in local.conf | 115 | 3. Overwrite SDIMG_COMPRESSION in local.conf |
