summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
3141 by UUID to allow the kernel to locate the root device 3141 by UUID to allow the kernel to locate the root device
3142 even if the device name changes due to differences in 3142 even if the device name changes due to differences in
3143 hardware configuration. 3143 hardware configuration.
3144 By default, <filename>SYSLINUX_ROOT</filename> is set 3144 By default, <filename>ROOT_VM</filename> is set
3145 as follows: 3145 as follows:
3146 <literallayout class='monospaced'> 3146 <literallayout class='monospaced'>
3147 SYSLINUX_ROOT = "root=/dev/sda2" 3147 ROOT_VM ?= "root=/dev/sda2"
3148 </literallayout> 3148 </literallayout>
3149 However, you can change this to locate the root device 3149 However, you can change this to locate the root device
3150 using the disk signature instead: 3150 using the disk signature instead:
3151 <literallayout class='monospaced'> 3151 <literallayout class='monospaced'>
3152 SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02" 3152 ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
3153 </literallayout> 3153 </literallayout>
3154 </para> 3154 </para>
3155 3155