doc: update getting start guide about clear linux version and ootb commands

Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
This commit is contained in:
Shuang Zheng
2020-01-09 23:15:52 +08:00
committed by deb-intel
parent 5f1fa3cf1b
commit 9e244b1bb2
2 changed files with 6 additions and 4 deletions

View File

@@ -452,13 +452,13 @@ Step 3: Deploy the Service VM image
.. code-block:: none
# dd if=/mnt/sos.img of=/dev/sda bs=4M oflag=sync status=progress
# dd if=/mnt/sos.img of=/dev/sda bs=4M oflag=sync status=progress iflag=fullblock seek=0 conv=notrunc
- ACRN INDUSTRY scenario:
.. code-block:: none
# dd if=/mnt/sos-industry.img of=/dev/sda bs=4M oflag=sync status=progress
# dd if=/mnt/sos-industry.img of=/dev/sda bs=4M oflag=sync status=progress iflag=fullblock seek=0 conv=notrunc
.. note:: Given the large YAML size setting of over 100G, generating the SOS image and writing it to disk will take some time.