diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-11 06:55:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 18:22:51 +0100 |
commit | e63348fb8cc827d0472981e80e9884ceaafc9ffd (patch) | |
tree | 158a489a20dd1d680f4b575a6ad8edc3a6f813ab /documentation/ref-manual | |
parent | 0055a7ed6bc3368ec6c923e24c3081d7815a61e4 (diff) | |
download | poky-e63348fb8cc827d0472981e80e9884ceaafc9ffd.tar.gz |
ref-manual: Edits to DISK_SIGNATURE variable.
Fixes [YOCTO 5766]
I removed the note about the "live" IMAGE_TYPES. Turns out I
was wrong on this information. It does not create a "directdisk"
image. That is accomplished through a .bbclass.
(From yocto-docs rev: a3b762be9933178e9cecdac3fa9e110c031a64d0)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7a8ca3b94e..164ea1c817 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1622,12 +1622,9 @@ | |||
1622 | <para> | 1622 | <para> |
1623 | A 32-bit MBR disk signature used by | 1623 | A 32-bit MBR disk signature used by |
1624 | <filename>directdisk</filename> images. | 1624 | <filename>directdisk</filename> images. |
1625 | <note> | 1625 | </para> |
1626 | The "live" option used with | 1626 | |
1627 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> | 1627 | <para> |
1628 | produces an image file that can be copied directly to | ||
1629 | a CD or USB device and run as is. | ||
1630 | </note> | ||
1631 | By default, the signature is set to an automatically | 1628 | By default, the signature is set to an automatically |
1632 | generated random value that allows the OpenEmbedded | 1629 | generated random value that allows the OpenEmbedded |
1633 | build system to create a boot loader. | 1630 | build system to create a boot loader. |