From dfb899d9c38162b1ade4d6468e56c3cd13678c0a Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Thu, 18 Aug 2016 17:05:26 -0700 Subject: ref-manual: change SYSLINUX_ROOT to ROOT_VM for DISK_SIGNATURE variable The SYSLINUX_ROOT variable was renamed to ROOT_VM in krogoth. (From yocto-docs rev: c4bbe8bc4967dd631b939f6806d65e2862df3424) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ee1fcadad1..1221cab7ae 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3141,15 +3141,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, SYSLINUX_ROOT is set + By default, ROOT_VM is set as follows: - SYSLINUX_ROOT = "root=/dev/sda2" + ROOT_VM ?= "root=/dev/sda2" However, you can change this to locate the root device using the disk signature instead: - SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02" + ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02" -- cgit v1.2.3-54-g00ecf