Removed command prompts per feedback

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
Amy Reyes 2021-11-02 12:39:23 -07:00 committed by David Kinder
parent 1f15968f07
commit 61fa0ca132
1 changed files with 7 additions and 7 deletions

View File

@ -42,14 +42,14 @@ steps:
.. code-block:: none
# systemctl disable acrnlog
sudo systemctl disable acrnlog
2. Restart ``acrnlog``, running in the background, and specify the new
number of log files and their size (in MB). For example:
.. code-block:: none
# acrnlog -n 8 -s 4 &
sudo acrnlog -n 8 -s 4 &
You can use the ``loglevel`` command in the hypervisor shell (not the Service
VM shell) to query or dynamically override the hypervisor log level
@ -90,8 +90,8 @@ and then restart the service with:
.. code-block:: none
# systemctl daemon-reload
# systemctl restart acrnlog
sudo systemctl daemon-reload
sudo systemctl restart acrnlog
Build and Install
*****************
@ -101,11 +101,11 @@ directory. To build and install the tool from source, run these commands:
.. code-block:: none
# make
# make install
make
sudo make install
and if you changed the ``acrnlog.service`` file, install it:
.. code-block:: none
# cp acrnlog.service /usr/lib/systemd/system/
sudo cp acrnlog.service /usr/lib/systemd/system/