From 33901fd2872f2135cea4c7015c98189db972bd75 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 24 Dec 2020 10:38:39 -0800 Subject: [PATCH] doc: fix formatting in windows as UOS doc code-block content wasn't indented in a recent change so wasn't included in the code-block formatting Signed-off-by: David B. Kinder --- doc/tutorials/using_windows_as_uos.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/tutorials/using_windows_as_uos.rst b/doc/tutorials/using_windows_as_uos.rst index d1b1abddc..9f1855778 100644 --- a/doc/tutorials/using_windows_as_uos.rst +++ b/doc/tutorials/using_windows_as_uos.rst @@ -139,9 +139,9 @@ Install Windows 10 by GVT-d .. code-block:: bash - cd /home/acrn/work/ - sudo chmod +x install_win.sh - sudo ./install_win.sh + cd /home/acrn/work/ + sudo chmod +x install_win.sh + sudo ./install_win.sh When you see the UEFI shell, input **exit**. @@ -223,15 +223,15 @@ Boot Windows on ACRN with a default configuration .. code-block:: bash - -s 5,ahci,cd:./windows.iso \ - -s 6,ahci,cd:./winvirtio.iso \ + -s 5,ahci,cd:./windows.iso \ + -s 6,ahci,cd:./winvirtio.iso \ #. Lauch WaaG .. code-block:: bash - cd /home/acrn/work/ - sudo ./launch_win.sh + cd /home/acrn/work/ + sudo ./launch_win.sh The WaaG desktop displays on the monitor.