From 6c7afdbd684768cc20ebf25732a504545387e553 Mon Sep 17 00:00:00 2001 From: Amy Reyes Date: Wed, 24 Nov 2021 11:26:26 -0800 Subject: [PATCH] doc: terminology cleanup in launch options - Replace UOS or User OS with User VM Signed-off-by: Amy Reyes --- doc/reference/config-options-launch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/config-options-launch.rst b/doc/reference/config-options-launch.rst index a288cdf6c..60842f06d 100644 --- a/doc/reference/config-options-launch.rst +++ b/doc/reference/config-options-launch.rst @@ -6,10 +6,10 @@ Launch Configuration Options As explained in :ref:`acrn_configuration_tool`, launch configuration files define post-launched User VM settings. This document describes these option settings. -``uos``: +``user_vm``: Specify the User VM ``id`` to the Service VM. -``uos_type``: +``user_vm_type``: Specify the User VM type, such as ``CLEARLINUX``, ``ANDROID``, ``ALIOS``, ``PREEMPT-RT LINUX``, ``GENERIC LINUX``, ``WINDOWS``, ``YOCTO``, ``UBUNTU``, ``ZEPHYR`` or ``VXWORKS``.