diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-24 07:58:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-24 19:49:38 -0700 |
commit | d02e56fd14026e2f51665631a50901fc568c731a (patch) | |
tree | 8ba09da577f6c5cae8a637370ab0c7531bc54ade /documentation/poky-ref-manual/ref-images.xml | |
parent | 88dfc936dc37b316acdbcd1b12d37f93fe65eea7 (diff) | |
download | poky-d02e56fd14026e2f51665631a50901fc568c731a.tar.gz |
documentation: Changes to Paul Eggleton's edits for various manuals.
Paul sent me a bunch of minor edits and technical corrections
for the ADT, BSP, Development, and YP reference manual.
Most changes were taken as he submitted them. However, some
formatting conventions were not followed in the commits he made
to yocto-docs/paule/docs2. After merging them to my yocto-docs/master
branch I fixed some issues.
(From yocto-docs rev: 93f4ea2dee976448f623953e801a80d59736450a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-images.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-images.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 8c240fca6d..4e7b029ea7 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml | |||
@@ -95,11 +95,14 @@ | |||
95 | </itemizedlist> | 95 | </itemizedlist> |
96 | 96 | ||
97 | <tip> | 97 | <tip> |
98 | From Yocto release 1.1 onwards, -live and -directdisk images have been replaced by a "live" | 98 | From the Yocto Project release 1.1 onwards, <filename>-live</filename> and |
99 | option in IMAGE_FSTYPES that will work with any image to produce an image file that can be | 99 | <filename>-directdisk</filename> images have been replaced by a "live" |
100 | copied directly to a CD or USB device and run as is. To build a live image, simply add | 100 | option in <filename>IMAGE_FSTYPES</filename> that will work with any image to produce an |
101 | "live" to IMAGE_FSTYPES within local.conf or whereever appropriate and then build the desired | 101 | image file that can be |
102 | image as normal. | 102 | copied directly to a CD or USB device and run as is. |
103 | To build a live image, simply add | ||
104 | "live" to <filename>IMAGE_FSTYPES</filename> within the <filename>local.conf</filename> | ||
105 | file or wherever appropriate and then build the desired image as normal. | ||
103 | </tip> | 106 | </tip> |
104 | </appendix> | 107 | </appendix> |
105 | <!-- | 108 | <!-- |