From 32857c5596737b2184f2c9c5a04f963f8bfa6206 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 Apr 2014 09:01:45 -0700 Subject: ref-manual: Added DISK_SIGNATURE variable description to glossary. Fixes [YOCTO #6125] (From yocto-docs rev: 5ee5433cc7799a240dd18aa20ce44b3ae978b592) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 258ae2c6db..03d2034dba 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1609,6 +1609,40 @@ + DISK_SIGNATURE + + + Automatically generated random signature that allows the + OpenEmbedded build system to create a boot + loader configuration. + DISK_SIGNATURE is different each time + a directdisk image is built. + + The "live" option used with + IMAGE_FSTYPES + produces an image file that can be copied directly to + a CD or USB device and run as is. + + The auto-generated DISK_SIGNATURE sets + SYSLINUX_ROOT as follows: + + SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02" + + + + + It is possible to set the + DISK_SIGNATURE variable in your + local.conf file to a fixed + value if you do not want syslinux.cfg + changing for each build. + You might find this useful when you want to upgrade the + root filesystem on a device without having to recreate or + modify the master boot record. + + + + DISTRO -- cgit v1.2.3-54-g00ecf