Doc: Update Launch Windows as the Guest VM
To keep align with script, change Windows10.iso and winvirtio.iso image relative paths to full paths. Signed-off-by: fuzhongl <fuzhong.liu@intel.com>
This commit is contained in:
parent
ebeb064d49
commit
377694682d
|
@ -223,8 +223,8 @@ Boot Windows on ACRN With a Default Configuration
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
-s 5,ahci,cd:./Windows10.iso \
|
||||
-s 6,ahci,cd:./winvirtio.iso \
|
||||
-s 5,ahci,cd:/home/acrn/work/Windows10.iso \
|
||||
-s 6,ahci,cd:/home/acrn/work/winvirtio.iso \
|
||||
|
||||
#. Launch WaaG
|
||||
|
||||
|
|
Loading…
Reference in New Issue