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