[OE-core] [krogoth][master][PATCH] ref-manual: change SYSLINUX_ROOT to ROOT_VM for DISK_SIGNATURE variable

Jonathan Liu net147 at gmail.com
Sat Aug 6 13:50:16 UTC 2016


The SYSLINUX_ROOT variable was renamed to ROOT_VM in krogoth.

Signed-off-by: Jonathan Liu <net147 at gmail.com>
---
 documentation/ref-manual/ref-variables.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1181d64..96ba530 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3139,15 +3139,15 @@
                     by UUID to allow the kernel to locate the root device
                     even if the device name changes due to differences in
                     hardware configuration.
-                    By default, <filename>SYSLINUX_ROOT</filename> is set
+                    By default, <filename>ROOT_VM</filename> is set
                     as follows:
                     <literallayout class='monospaced'>
-     SYSLINUX_ROOT = "root=/dev/sda2"
+     ROOT_VM ?= "root=/dev/sda2"
                     </literallayout>
                     However, you can change this to locate the root device
                     using the disk signature instead:
                     <literallayout class='monospaced'>
-     SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02"
+     ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
                     </literallayout>
                 </para>
 
-- 
2.9.2




More information about the Openembedded-core mailing list