summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-11 06:55:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:15:33 +0100
commitb958f2e6dcf833919b60f60f8328fb37300884e8 (patch)
tree7195cca6120430ad5b7f527ca20d6c7ee0286670 /documentation
parent4123b4e5750d71a762ea205f67302cc6f2de0584 (diff)
downloadpoky-b958f2e6dcf833919b60f60f8328fb37300884e8.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')
-rw-r--r--documentation/ref-manual/ref-variables.xml9
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.