aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/reference/image_types.xml
diff options
context:
space:
mode:
Diffstat (limited to 'usermanual/reference/image_types.xml')
-rw-r--r--usermanual/reference/image_types.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usermanual/reference/image_types.xml b/usermanual/reference/image_types.xml
index 8d01559fc0..4ea174fd46 100644
--- a/usermanual/reference/image_types.xml
+++ b/usermanual/reference/image_types.xml
@@ -294,7 +294,7 @@ rmdir ${DEPLOY_DIR_IMAGE}/tmp.gz"</screen></para>
<para>Creates a .tar archive.</para>
<para><screen>IMAGE_CMD_tar = "cd ${IMAGE_ROOTFS} &amp;&amp; \
- tar -jcvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar.bz2 ."</screen></para>
+ tar -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar ."</screen></para>
<para>The <command>EXTRA_IMAGECMD</command> variable in not
supported for tar images.</para>
@@ -382,4 +382,4 @@ IMAGE_CMD_squashfs-lzma = "mksquashfs-lzma ${IMAGE_ROOTFS} \
${EXTRA_IMAGECMD} -noappend"
EXTRA_IMAGECMD_squashfs-lzma = "-root-owned -le"</screen></para>
</section>
-</section> \ No newline at end of file
+</section>