diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index ee10431089..1be825fabf 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2952,8 +2952,8 @@ system and gives an overview of their function and contents. | |||
2952 | ``btrfs``, and so forth). When setting this variable, you should use | 2952 | ``btrfs``, and so forth). When setting this variable, you should use |
2953 | an override for the associated type. Here is an example:: | 2953 | an override for the associated type. Here is an example:: |
2954 | 2954 | ||
2955 | IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} \ | 2955 | IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ |
2956 | --faketime --output=${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.jffs2 \ | 2956 | --output=${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.jffs2 \ |
2957 | ${EXTRA_IMAGECMD}" | 2957 | ${EXTRA_IMAGECMD}" |
2958 | 2958 | ||
2959 | You typically do not need to set this variable unless you are adding | 2959 | You typically do not need to set this variable unless you are adding |